Commit Graph

32 Commits

Author SHA1 Message Date
Michal Čihař
dea219c4a2 Fix exporting of TIMESTAMP (bug #1013730). 2004-08-23 13:59:32 +00:00
Michal Čihař
aa57fc019c Removed unused code. 2004-08-02 09:07:54 +00:00
Marc Delisle
d9c061cdc9 bug 994942 2004-08-02 01:05:39 +00:00
Michal Čihař
7a2bc96243 Remove code for old MySQL version, do not store query, better handle various end of lines (probably bug #979635). 2004-07-16 08:47:21 +00:00
Michal Čihař
9fc1e14f3a Fix export of '0' strings (bug #990398). 2004-07-15 15:26:34 +00:00
Marc Delisle
0e8e84d8c0 bug 981359 optional hex for binary 2004-07-01 01:30:37 +00:00
Michal Čihař
56027edb7c Brand new CREATE query rewriter from LinuxTax, fixes bug #979635. 2004-06-25 11:53:14 +00:00
Michal Čihař
d9cc90927c Add FOREIGN_KEY_CHECKS=0 to export (RFE #966038). 2004-06-08 09:21:48 +00:00
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
Michal Čihař
401fd5bafa Minor optimalisations. 2004-05-13 10:43:15 +00:00
Michal Čihař
1454b4307d Fix handling of multi column foreign keys (bug #946861). 2004-05-04 12:17:01 +00:00
Michal Čihař
a11bf5f2df Invalid SQL on empty table export (bug #939918). 2004-04-22 13:12:32 +00:00
Marcel Tschopp
fa7c795bf7 Fixed mysqli-specific export bugs. 2004-04-19 17:57:40 +00:00
Michal Čihař
36f2eb3055 ANSI compatible exports (RFE #859815). 2004-04-16 08:37:51 +00:00
Michal Čihař
7dbba54afd Support for enclosing SQL export in transaction (RFE #930827). 2004-04-14 13:31:26 +00:00
Michal Čihař
f6a7525818 Really support export of UPDATE queries (bug #914237), condition generation used from previous implementation in display_tbl.lib.php and moved to common.lib.php. 2004-04-14 12:55:00 +00:00
Marcel Tschopp
74cc95fe29 phpMyAdmin should now be fully compatible with the new mysqli extension. 2004-04-08 12:30:40 +00:00
Michal Čihař
999b64584c removed some hard coded messages 2004-03-10 13:24:13 +00:00
Michal Čihař
fc0c608d82 Add support for IF NOT EXISTS in CREATE TABLE export (RFE #913421). 2004-03-10 13:13:27 +00:00
Michal Čihař
b6f8cbd8e5 Add support for INSERT IGNORE and UPDATE IGNORE. 2004-03-10 11:51:18 +00:00
Michal Čihař
97008c97fa Patch 890075 - Unbuffered query while exporting 2004-03-10 11:02:30 +00:00
Michal Čihař
0914c72f15 Can add custom text to SQL export headers (RFE #874361). 2004-03-09 16:21:37 +00:00
Alexander M. Turek
2915b5c3ce Added MySQLi library; Removed calls to old mysql_wrappers library. 2004-01-22 02:13:48 +00:00
Marc Delisle
55d1fe7b93 use PMA_DBI function 2004-01-20 20:31:40 +00:00
Marc Delisle
28a5d0476e PMA_DBI_num_rows 2004-01-20 19:35:37 +00:00
Alexander M. Turek
0f288c3372 Parser recognizes collations / Include DB charset and collation in SQL export 2004-01-02 16:11:56 +00:00
Michal Čihař
dbc02511f2 Fix moving foreign key definition on Windows (bug #851950). 2003-12-11 17:29:02 +00:00
Garvin Hicking
f0da471ec3 /libraries cleanup hopefully done. Double-Checked every change, my installation still works. ;)
Will continue working on remaining files tomorrow and hope to make it to the end of the next day.
2003-11-20 16:31:51 +00:00
Michal Čihař
79222512c6 More older PHP cleanup. 2003-11-20 13:45:14 +00:00
Garvin Hicking
da757dcf87 foreach 2003-11-20 12:46:53 +00:00
Garvin Hicking
d3f84bca94 First batch of PHP4/MySQL compatibility/performance changes.
Everything should be non-intrusive for installations meeting our new 4.1.0/3.23.32 specs.

I will commit my files every now and then for easier code review and to let you see which constructs I replace. Jump in if there are any objections. The basic thing I'm doing is documented in the changelog.

I'll continue with files in the libraries/ subdirectory and will move to the root-level files in last instance.
2003-11-20 10:34:35 +00:00
Michal Čihař
6884f9701a no more support for php3 2003-11-18 15:20:45 +00:00