Marc Delisle
|
5b214d07e7
|
Fix coding style
|
2013-09-24 06:25:54 -04:00 |
|
Madhura Jayaratne
|
fa2a226585
|
Fix indentation
|
2013-08-27 21:38:29 +05:30 |
|
Isaac Bennetch
|
8fd8c4d525
|
Improved SSL communication between MySQL and phpMyAdmin
|
2013-08-16 23:20:21 -04:00 |
|
Michal Čihař
|
f3d94d93ff
|
Wrap long lines
|
2013-08-07 10:44:01 +02:00 |
|
xmujay
|
3f358142cb
|
fix the "Not support query" error by moving mock data to DBI Dummy class
|
2013-07-13 11:31:01 +08:00 |
|
xmujay
|
a90ae2550f
|
add FEDERATED to DBI dummy data
|
2013-07-06 11:45:38 +08:00 |
|
Michal Čihař
|
37d142bc3f
|
Remove compatibility code for PHP 5.2
|
2013-07-01 15:29:56 +02:00 |
|
ayushchd
|
46a6dc32e0
|
Test for Tracker.class.php
|
2013-06-27 18:23:02 +05:45 |
|
ayushchd
|
5ab5cb0f94
|
Conflict resolve with DBIDummy Class
|
2013-06-12 18:01:52 +05:45 |
|
ayushchd
|
febc05dae0
|
Unit tests for charset conversions
Added test cases for:
1. libraries/char*
2. libraries/iconv*
3. libraries/kanji*
|
2013-06-12 16:14:09 +05:45 |
|
Michal Čihař
|
2417937179
|
Define another query used in testsuite
|
2013-06-11 14:31:04 +02:00 |
|
Madhura Jayaratne
|
218092f92e
|
Reverting "Move drizzle related code to PMA_DBI_Drizzle class" part of 17b3df142
|
2013-05-27 13:51:13 +05:30 |
|
Madhura Jayaratne
|
17b3df1422
|
Move drizzle related code to PMA_DBI_Drizzle class. Make sure the method signature of the implementation matches that of the interface.
|
2013-05-27 12:02:50 +05:30 |
|
Madhura Jayaratne
|
3dd99512f0
|
These constants are better as a part of DatabaseInterface class
|
2013-05-26 21:15:24 +05:30 |
|
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 |
|
Madhura Jayaratne
|
a78a75754a
|
Make database extension code object oriented
|
2013-05-24 13:33:06 +05:30 |
|
Marc Delisle
|
d44367e4db
|
Fix merge conflicts
|
2013-05-15 13:07:22 -04:00 |
|
J.M
|
529903e0dd
|
Fix bug #3907 undefined variables, function parameter problems
Thanks Rasmus Lerdorf for analyzing!
|
2013-05-13 11:27:56 +02:00 |
|
Michal Čihař
|
2bcc317b1c
|
Better name for a function
|
2013-05-10 10:10:09 +02:00 |
|
Kasun Chathuranga
|
9da7bfa6ee
|
PMA_DBI_fetch_any --> PMA_DBI_fetchAny
|
2013-05-04 08:49:32 +05:30 |
|
Kasun Chathuranga
|
9d7c6e141b
|
PMA_DBI_store_result --> PMA_DBI_storeResult
|
2013-05-04 08:47:49 +05:30 |
|
Kasun Chathuranga
|
413123bd74
|
PMA_DBI_field_flags --> PMA_DBI_fieldFlags
|
2013-05-04 08:46:53 +05:30 |
|
Kasun Chathuranga
|
c5673e6177
|
PMA_DBI_field_name --> PMA_DBI_fieldName
|
2013-05-04 08:46:06 +05:30 |
|
Kasun Chathuranga
|
12ef0bd6ca
|
PMA_DBI_field_len --> PMA_DBI_fieldLen
|
2013-05-04 08:45:13 +05:30 |
|
Kasun Chathuranga
|
a0543cf6c8
|
PMA_DBI_num_fields --> PMA_DBI_numFields
|
2013-05-04 08:44:26 +05:30 |
|
Kasun Chathuranga
|
2f0d55b708
|
PMA_DBI_get_fields_meta --> PMA_DBI_getFieldsMeta
|
2013-05-04 08:43:23 +05:30 |
|
Kasun Chathuranga
|
63e0f33c4a
|
PMA_DBI_affected_rows --> PMA_DBI_affectedRows
|
2013-05-04 08:41:55 +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
|
99c5c0ef49
|
PMA_DBI_get_client_info --> PMA_DBI_getClientInfo
|
2013-05-04 08:37:58 +05:30 |
|
Kasun Chathuranga
|
b0c52a8729
|
PMA_DBI_get_proto_info --> PMA_DBI_getProtoInfo
|
2013-05-04 08:36:58 +05:30 |
|
Kasun Chathuranga
|
5bc8b71eda
|
PMA_DBI_get_host_info --> PMA_DBI_getHostInfo
|
2013-05-04 08:36:11 +05:30 |
|
Kasun Chathuranga
|
5d9f92f7bc
|
PMA_DBI_next_result --> PMA_DBI_nextResult
|
2013-05-04 08:35:16 +05:30 |
|
Kasun Chathuranga
|
f92627ed88
|
PMA_DBI_more_results --> PMA_DBI_moreResults
|
2013-05-04 08:34:30 +05:30 |
|
Kasun Chathuranga
|
1c884f0cca
|
PMA_DBI_free_result --> PMA_DBI_freeResult
|
2013-05-04 08:33:49 +05:30 |
|
Kasun Chathuranga
|
d454b41564
|
PMA_DBI_data_seek --> PMA_DBI_dataSeek
|
2013-05-04 08:31:47 +05:30 |
|
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
|
42256b2d0c
|
PMA_DBI_select_db --> PMA_DBI_selectDb
|
2013-05-04 08:26:27 +05:30 |
|
Kasun Chathuranga
|
85e16d8bdc
|
PMA_DBI_real_multi_query --> PMA_DBI_realMultiQuery
|
2013-05-04 08:24:57 +05:30 |
|
Kasun Chathuranga
|
16a58669d6
|
PMA_DBI_real_connect --> PMA_DBI_realConnect
|
2013-05-04 08:23:50 +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
|
bc4bfaa6d5
|
PMA_DBI_fetch_value --> PMA_DBI_fetchValue
|
2013-05-01 00:02:00 +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ř
|
5230e6cbdd
|
Add missing query to dummy driver
This is needed to run testsuite on Windows.
|
2013-02-13 09:23:13 +01:00 |
|
Michal Čihař
|
57a97a7057
|
Use up to date links to bugs and feature requests
|
2013-02-04 11:52:47 +01:00 |
|