Commit Graph

270 Commits

Author SHA1 Message Date
Michal Čihař
767fc8c997 Correct punctuation for sentences
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-02-02 11:38:49 +01:00
Marc Delisle
c4ec983995 Merge branch 'QA_4_1' 2014-01-29 13:42:02 -05:00
Marc Delisle
ae81ad4527 bug #4262 Cannot define a column with fractional seconds
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-01-29 13:41:02 -05:00
Madhura Jayaratne
f5a7cef79c Fix indentation
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-01-22 17:26:41 +05:30
Madhura Jayaratne
9f2d8f47e4 Remove obsolete method
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-01-22 17:19:34 +05:30
Madhura Jayaratne
6335b10574 Fix coding style
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-01-08 14:35:15 +05:30
Michal Čihař
04b6181bf0 Better error message on renaming table
Signed-off-by: Michal Čihař <mcihar@suse.cz>
2014-01-03 14:32:02 +01:00
Hugues Peccatte
37f90df60d Fix PHPCS errors.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2013-12-20 23:34:52 +01:00
Marc Delisle
2a06580ce6 Merge branch 'QA_4_1' 2013-12-13 05:49:04 -05:00
Marc Delisle
b3cf4dc89f Fix typos
Signed-off-by: Marc Delisle <marc@infomarc.info>
2013-12-13 05:43:36 -05:00
Smita Kumari
72f422b157 fix bug #3903 and retaing ORDER BY preference when query having ORDER BY clause without backquoting
Signed-off-by: Smita Kumari <kumarismita62@gmail.com>
2013-12-13 14:38:03 +05:30
Marc Delisle
0d74b94564 Fix coding style 2013-12-01 07:40:05 -05:00
Marc Delisle
f7b99962bb bug #2983 unknown table status: TABLE_TYPE 2013-11-14 09:21:22 -05:00
Hugues Peccatte
2fc0ca777d Update PHPDoc. 2013-11-10 10:28:05 +01:00
Marc Delisle
2ac444acd4 The DisableIS directive is being deprecated 2013-11-05 04:42:43 -05:00
Marc Delisle
88da7eeba0 Fixes many coding style "line too long" 2013-10-17 05:41:51 -04:00
Marc Delisle
5c37f24a10 Fix coding style 2013-10-12 06:58:44 -04:00
Marc Delisle
83b704f0b1 Fix coding style 2013-10-09 06:18:05 -04:00
Marc Delisle
bb923e6fb4 Fix typo 2013-10-03 11:25:09 -04:00
Dieter Adriaenssens
6420189a16 fix coding style 2013-09-16 22:03:38 +02:00
Marc Delisle
f2a939d24f Merge branch 'QA_4_0' 2013-09-14 09:37:32 -04:00
Abhishek Kandoi
b8c67d9697 Adds AUTO_INCREMENT value while copying table. Fixes bug 4079 2013-09-14 17:29:26 +05:30
Michal Čihař
ee4a97ede0 Wrap long condition 2013-08-06 15:02:08 +02:00
Michal Čihař
3f2a7597d4 Wrap some long lines 2013-07-10 15:14:02 +02:00
Michal Čihař
e98f98f699 Fix method call (can not pass params by name) 2013-07-10 14:53:04 +02:00
Michal Čihař
ef3849a439 This variable never exists here 2013-07-10 14:53:04 +02:00
Kasun Chathuranga
4dc2b2ecc4 Make 'full name' optional in getUniqueColumns() method as sometimes full name is not required 2013-06-18 12:31:26 +05:30
Marc Delisle
24fc4f5d53 Merge branch 'QA_4_0' 2013-05-31 11:59:59 -04:00
Marc Delisle
7de49938b0 Function forgot to return its result 2013-05-31 11:56:11 -04:00
Madhura Jayaratne
2baf473ad7 Merge branch 'master' into OOP_DBI
Conflicts:
	libraries/database_interface.lib.php
2013-05-26 21:43:33 +05:30
Madhura Jayaratne
3dd99512f0 These constants are better as a part of DatabaseInterface class 2013-05-26 21:15:24 +05:30
Marc Delisle
b8e4f346a5 Clarify function name 2013-05-26 11:34:43 -04:00
Madhura Jayaratne
01cdc5cbf7 Few renamings that got missed 2013-05-24 19:53:52 +05:30
Madhura Jayaratne
650a8cdda3 Convert database interface to a class 2013-05-24 17:30:59 +05:30
Marc Delisle
e1078c38ee Fix merge conflicts 2013-05-13 16:33:21 -04:00
Kasun Chathuranga
a24b4ae33a PMA_Table::analyzeStructure() method to centralize the analysis of the structure of a view/table 2013-05-13 23:11:30 +05:30
Kasun Chathuranga
839b1a606e Fix bug #3926 View is not updatable 2013-05-12 21:42:48 +05:30
Kasun Chathuranga
03fc9b9256 PMA_is_system_schema --> PMA_isSystemSchema 2013-05-12 08:51:54 +05:30
Kasun Chathuranga
c09aa36d84 PMA_DBI_insert_id --> PMA_DBI_insertId 2013-05-04 08:41:02 +05:30
Kasun Chathuranga
556bcb9f9d PMA_DBI_num_rows --> PMA_DBI_numRows 2013-05-04 08:39:43 +05:30
Kasun Chathuranga
1c884f0cca PMA_DBI_free_result --> PMA_DBI_freeResult 2013-05-04 08:33:49 +05:30
Kasun Chathuranga
5bcc32999f PMA_DBI_fetch_assoc --> PMA_DBI_fetchAssoc 2013-05-04 08:30:12 +05:30
Kasun Chathuranga
2a2eac9b53 PMA_DBI_fetch_array --> PMA_DBI_fetchArray 2013-05-04 08:28:57 +05:30
Kasun Chathuranga
42256b2d0c PMA_DBI_select_db --> PMA_DBI_selectDb 2013-05-04 08:26:27 +05:30
Kasun Chathuranga
6b1f6ae046 Merge branch 'master' into DBI_naming_cleanUp
Conflicts:
	libraries/database_interface.lib.php
	libraries/db_table_exists.lib.php
	libraries/relation.lib.php
	libraries/rte/rte_triggers.lib.php
	libraries/schema/Dia_Relation_Schema.class.php
	libraries/schema/Visio_Relation_Schema.class.php
	tbl_addfield.php
2013-05-01 00:51:15 +05:30
Kasun Chathuranga
b8c764a86e PMA_DBI_get_triggers --> PMA_DBI_getTriggers 2013-05-01 00:09:36 +05:30
Kasun Chathuranga
fbe4438628 PMA_DBI_fetch_result --> PMA_DBI_fetchResult 2013-05-01 00:05:16 +05:30
Kasun Chathuranga
bc4bfaa6d5 PMA_DBI_fetch_value --> PMA_DBI_fetchValue 2013-05-01 00:02:00 +05:30
Kasun Chathuranga
e7e4e67458 PMA_DBI_get_table_indexes_sql --> PMA_DBI_getTableIndexesSql 2013-04-30 23:40:44 +05:30
Kasun Chathuranga
bee0134b1f PMA_DBI_get_tables_full --> PMA_DBI_geTablesFull 2013-04-30 23:27:27 +05:30