Commit Graph

244 Commits

Author SHA1 Message Date
Michal Čihař
c96042f9e1 Do not strip export too much (bug #913988). 2004-04-14 13:48:41 +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
Michal Čihař
382283de19 minor export fixes 2004-03-09 15:27:34 +00:00
Marc Delisle
a5d3509065 PMA_DBI_num_fields 2004-01-25 22:56:26 +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
Michal Čihař
cd6004c31b Support for creating UPDATE and REPLACE statements in export (RFE #838828). 2003-11-13 15:54:46 +00:00
Michal Čihař
1d6918ea9d Fix export of foreign keys (patch #834474), Allow delayed inserts (RFE #841298). 2003-11-13 14:45:46 +00:00
Michal Čihař
bc478df209 Unique fields are bold (patch #840089). 2003-11-12 13:14:29 +00:00
Michal Čihař
104257bb22 Fixed LaTeX output (patch #840082). 2003-11-12 13:08:38 +00:00
Michal Čihař
2be5b01b99 Add xml header with encoding information (bug #836630). 2003-11-06 10:01:34 +00:00
Alexander M. Turek
4d5dbed403 bug #812474 2003-11-03 00:39:53 +00:00
Michal Čihař
c848070471 - Allow to supress dates in SQL dump separately.
- Fix undefined variable for MySQL < 3.23.20 (bug #828370).
2003-10-23 10:33:48 +00:00
Michal Čihař
b6c81d3f3f Fix PMA_getTableContentOld (bug #820932). 2003-10-10 09:11:29 +00:00
Marc Delisle
dc61c4e9e4 bug 815822 2003-10-01 20:18:36 +00:00
Marc Delisle
a199e51025 clarification 2003-09-30 16:44:33 +00:00
Michal Čihař
6834f8f989 Improved LaTeX export (patch #777451). 2003-08-26 16:34:43 +00:00
Michal Čihař
a876b6ccf0 Don't trim resulting line (bug #782483). 2003-08-12 08:33:11 +00:00
Michal Čihař
c69386f3bc Added some stripslashes to generate correct exports. 2003-08-11 08:39:23 +00:00
Michal Čihař
0e3f37648f Allow column headers for Excel export (bug #771299). 2003-08-05 14:08:23 +00:00
Michal Čihař
9476c79f70 Use "table (field)" instead of "table -> field" when dumping relations into LaTeX (bug #776957). 2003-08-05 11:42:02 +00:00
Garvin Hicking
9e9af4df1a Only display Creation/Update timestamps when comments are wanted 2003-07-23 14:36:54 +00:00
Marc Delisle
6892b45675 bug 771575 2003-07-16 12:17:29 +00:00
Michal Čihař
e0d1c56eb2 Separate extended inserts by , and not by ; (bug #768351). 2003-07-09 10:33:26 +00:00
Michal Čihař
5a44d6b513 Added checkbox for exporting/copying AUTO_INCREMENT value (RFE #763957). 2003-07-08 09:21:32 +00:00
Alexander M. Turek
2431ab4a9b bug #761956 2003-07-06 21:45:04 +00:00
Michal Čihař
e41ad772b2 Use correct field names when exporting custom SQL 2003-06-25 16:19:03 +00:00
Marc Delisle
8999b53f2e typo largeblob -> longblob 2003-06-10 22:58:30 +00:00
Michal Čihař
c430dc8a95 export rework 2003-06-10 12:35:36 +00:00