Michal Čihař
1aaa89fa54
Little code reorganistaion (RFE #957308 ), removed some remaining php3 compatibility code in SQL parser.
2004-05-20 16:14:13 +00:00
Alexander M. Turek
8c9f9a1d3b
bug #902414
2004-04-19 22:25:04 +00:00
Alexander M. Turek
cc6d2f22ae
Allow the $link argument of PMA_DBI_affected_rows() to be left out.
2004-04-18 14:03:02 +00:00
Marcel Tschopp
f0e765375d
Prohibit php notice
2004-04-16 18:56:34 +00:00
Marcel Tschopp
572016f5a4
Use PMA_DBI_fetch_row instead of PMA_DBI_fetch_array in display_tbl.lib.php
2004-04-10 19:08:51 +00:00
Marcel Tschopp
181e1aca82
Use PMA_DBI_fetch_row instead of PMA_DBI_fetch_array in display_tbl.lib.php
2004-04-10 19:04:01 +00:00
Marcel Tschopp
4e62f7658f
Changed some queries to use MYSQLI_STORE_RESULT.
...
phpMyAdmin now works with MYSQLI_USE_RESULT as default.
2004-04-10 16:19:21 +00:00
Marcel Tschopp
a1417f09f0
bug 926986, code optimizations
2004-04-08 14:19:31 +00:00
Marcel Tschopp
cd22812a2e
code optimizations
2004-04-08 13:27:02 +00:00
Marcel Tschopp
74cc95fe29
phpMyAdmin should now be fully compatible with the new mysqli extension.
2004-04-08 12:30:40 +00:00
Marcel Tschopp
19c9f98a04
Mysql4.1 specific fix in function PMA_displayTableBody() (character set convertions).
2004-03-26 19:09:09 +00:00
Marcel Tschopp
e5c4f13829
*** empty log message ***
2004-03-25 22:13:32 +00:00
Olivier Müller
4d1dc6192e
2004-03-23 Olivier Mueller <om@omnis.ch>
...
* libraries/mysql_wrappers.lib.php: added mysqli support to the
PMA_mysql_field_flags function because mysqli does not know the function
mysqli_field_flags (submitted by Marcel Tschopp - aka 'ne0x').
* libraries/dbi/mysqli.dbi.lib.php: changed default query mode from
MYSQLI_USE_RESULT to MYSQLI_STORE_RESULT in the
PMA_DBI_try_query function (ne0x)
* libraries/dbi/mysql.dbi.lib.php, libraries/dbi/mysqli.dbi.lib.php:
Added wrapping function PMA_DBI_fetch_array() (ne0x)
* libraries/display_tbl.lib.php: PMA_displayTableBody() function now uses
the new PMA_DBI_fetch_array() function instead of
PMA_mysql_fetch_array() (ne0x)
2004-03-23 16:22:19 +00:00
Michal Čihař
39f110f82c
Support for unbuffered queries - PMA_DBI_QUERY_UNBUFFERED and fix support of PMA_DBI_QUERY_STORE.
2004-03-10 11:01:50 +00:00
Michal Čihař
399318d264
Fix PMA_mysql_fetch_array return value for last result (bug #905223 ).
2004-03-09 14:21:31 +00:00
Alexander M. Turek
6279474b3a
Charset stuff
2004-02-15 01:07:20 +00:00
Alexander M. Turek
3102a23c09
Introduced options parameter for query functions.
2004-02-14 00:36:14 +00:00
Marc Delisle
a5d3509065
PMA_DBI_num_fields
2004-01-25 22:56:26 +00:00
Marc Delisle
640826d6e4
use generic CantLoad message
2004-01-24 18:55:15 +00:00
Marc Delisle
279d4d3cde
avoid display of errors
2004-01-24 18:44:13 +00:00
Alexander M. Turek
2915b5c3ce
Added MySQLi library; Removed calls to old mysql_wrappers library.
2004-01-22 02:13:48 +00:00