Commit Graph

329 Commits

Author SHA1 Message Date
Kasun Chathuranga
a242ed1ae5 PMA_DBI_fetch_row --> PMA_DBI_fetchRow 2013-05-04 08:31:22 +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
f8bdff415e PMA_DBI_real_query --> PMA_DBI_realQuery 2013-05-04 08:27:28 +05:30
Kasun Chathuranga
85e16d8bdc PMA_DBI_real_multi_query --> PMA_DBI_realMultiQuery 2013-05-04 08:24:57 +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
77bb53dcf8 PMA_DBI_get_table_indexes --> PMA_DBI_getTableIndexes 2013-05-01 00:15:48 +05:30
Kasun Chathuranga
b8c764a86e PMA_DBI_get_triggers --> PMA_DBI_getTriggers 2013-05-01 00:09:36 +05:30
Kasun Chathuranga
4f4853ce1e PMA_DBI_get_definition --> PMA_DBI_getDefinition 2013-05-01 00:08:44 +05:30
Kasun Chathuranga
5d55cf1975 PMA_DBI_get_procedures_or_functions --> PMA_DBI_getProceduresOrFunctions 2013-05-01 00:07:43 +05:30
Kasun Chathuranga
d210c2a8a7 PMA_DBI_get_warnings --> PMA_DBI_getWarnings 2013-05-01 00:06:37 +05:30
Kasun Chathuranga
fbe4438628 PMA_DBI_fetch_result --> PMA_DBI_fetchResult 2013-05-01 00:05:16 +05:30
Kasun Chathuranga
7f56c8504d PMA_DBI_fetch_single_row --> PMA_DBI_fetchSingleRow 2013-05-01 00:03:03 +05:30
Kasun Chathuranga
bc4bfaa6d5 PMA_DBI_fetch_value --> PMA_DBI_fetchValue 2013-05-01 00:02:00 +05:30
Kasun Chathuranga
7fc6fb7328 PMA_DBI_get_variable --> PMA_DBI_getVariable 2013-04-30 23:41:49 +05:30
Kasun Chathuranga
e7e4e67458 PMA_DBI_get_table_indexes_sql --> PMA_DBI_getTableIndexesSql 2013-04-30 23:40:44 +05:30
Kasun Chathuranga
8260a2f0b5 PMA_DBI_get_column_names --> PMA_DBI_getColumnNames 2013-04-30 23:39:18 +05:30
Kasun Chathuranga
32e6c06324 PMA_DBI_get_columns --> PMA_DBI_getColumns 2013-04-30 23:36:47 +05:30
Kasun Chathuranga
618a37403a PMA_DBI_get_columns_sql --> PMA_DBI_getColumnsSql 2013-04-30 23:34:39 +05:30
Kasun Chathuranga
2becd65b1d PMA_DBI_get_columns_full --> PMA_DBI_getColumnsFull 2013-04-30 23:33:00 +05:30
Kasun Chathuranga
ecb1e4f038 PMA_DBI_get_databases_full --> PMA_DBI_getDatabasesFull 2013-04-30 23:31:44 +05:30
Kasun Chathuranga
a85d9eaa2c PMA_DBI_get_tables --> PMA_DBI_getTables 2013-04-30 23:29:55 +05:30
Kasun Chathuranga
bee0134b1f PMA_DBI_get_tables_full --> PMA_DBI_geTablesFull 2013-04-30 23:27:27 +05:30
Kasun Chathuranga
05f1f642a2 PMA_DBI_convert_message --> PMA_DBI_convertMessage 2013-04-30 23:11:44 +05:30
Kasun Chathuranga
928823a029 PMA_DBI_try_multi_query --> PMA_DBI_tryMultiQuery 2013-04-30 23:10:03 +05:30
Kasun Chathuranga
d933575811 PMA_DBI_try_query --> PMA_DBI_tryQuery 2013-04-30 23:05:18 +05:30
Madhura Jayaratne
2007eb7ff7 Space after exclamation mark 2013-04-12 22:09:26 +05:30
Michal Čihař
57a97a7057 Use up to date links to bugs and feature requests 2013-02-04 11:52:47 +01:00
Dieter Adriaenssens
de34039b70 cleanup whitespace 2013-01-24 17:31:07 +01:00
Dieter Adriaenssens
b306da6935 remove unused variables 2013-01-24 17:31:07 +01:00
Dieter Adriaenssens
ed3a0fe7e7 wrap long lines, fix coding style 2013-01-15 21:13:35 +01:00
Dieter Adriaenssens
9d845c1582 fix coding style 2013-01-15 20:54:14 +01:00
Michal Čihař
54b2540d87 Use ellipsis where appropriate 2013-01-10 13:33:29 +01:00
Marc Delisle
156759d786 Fix typo 2012-12-20 06:56:31 -05:00
Michal Čihař
61a601fc73 Implement linking to new documentation 2012-11-12 09:48:05 +01:00
Marc Delisle
06f5d2150d debug_backtrace() does not always return the file and line portions 2012-11-02 13:07:56 -04:00
Edgaras Janušauskas
403bbcd066 Missing variable 2012-09-25 19:33:54 +03:00
Michal Čihař
0d1dd744c7 Fix callback name 2012-09-21 15:05:13 +02:00
Chanaka Indrajith
9cf33ea0cc Resolved conflicts 2012-09-19 00:46:28 +05:30
Chanaka Indrajith
13208324d3 Removed unnecessary empty lines in functions 2012-09-19 00:15:15 +05:30
Michal Čihař
fe4abd6e18 Better variable name 2012-09-18 16:33:29 +02:00
Michal Čihař
52164942cf Move debug mode handling into separate function 2012-09-18 16:33:29 +02:00
Dieter Adriaenssens
78351d518e use include_once for conditional includes 2012-09-18 15:45:47 +02:00
Michal Čihař
9e53cc82a6 Add dummy dbi driver to be used in testsuite 2012-09-17 15:18:50 +02:00
Chanaka Indrajith
6971295e96 Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util:: 2012-09-16 14:41:47 +05:30
Chanaka Indrajith
e6894be57f Renamed ->method() with PMA_Util::method() 2012-09-16 14:35:45 +05:30
Chanaka Indrajith
0829709064 Remove variable 2012-09-16 14:31:22 +05:30
Madhura Jayaratne
6dbdb95d9a Fix doc comments 2012-09-02 19:36:07 +05:30
Dieter Adriaenssens
f1a90f78b1 coding style : fix indenting 2012-08-31 14:51:04 +02:00
Madhura Jayaratne
510d91d626 white space cleanup 2012-08-23 22:37:24 +05:30