Michal Čihař
4160ee0d87
Allow to replace "NULL" with alternative string (RFE #747343 ).
2003-06-02 09:52:00 +00:00
Michal Čihař
1ccd69980a
Don't hexify BLOB if it is empty (bug #741599 ).
2003-05-22 09:58:52 +00:00
Michal Čihař
57e72b0541
Fix eporting without backquotes (bug #737023 ).
2003-05-13 13:27:17 +00:00
Michal Čihař
ec3211e889
LaTeX export improvements.
2003-05-11 17:55:31 +00:00
Marc Delisle
720a8fb359
lost patches sf cvs problem
2003-05-09 13:58:10 +00:00
Michal Čihař
25f2b35dce
Export BLOBs hex quoted.
2003-04-16 16:56:03 +00:00
Michal Čihař
03a6ff4124
Fixed undefined index warnings in XML dump.
2003-04-09 16:34:58 +00:00
Michal Čihař
dcb001b46b
Fixed undefined index warnings in LaTeX dump.
2003-04-09 16:29:31 +00:00
Michal Čihař
07ca76320b
Removed PMA_htmlFormat function as it caused HTML entities to be quoted twice
2003-03-24 16:07:56 +00:00
Garvin Hicking
14a427263b
RFE #7000385 : Export AUTO_INCREMENT field.
...
Display Create/Update/Check_time in PDF-Pages, printview, DB/Table structure
and table dumps, if information is available (gathered by 'SHOW TABLE
STATUS' for MySQL 3.23.XX).
2003-03-13 16:46:54 +00:00
Alexander M. Turek
2183740b05
If magic_quotes_gpc is enabled, grab_globals calls stripslashes when extracting the arrays $_GET and $_POST.
2003-03-02 17:26:41 +00:00
Garvin Hicking
3e31d888ba
Display column comments in table/database dumps, as inline SQL-Comments
2003-02-24 17:04:34 +00:00
Marc Delisle
e1a8baa31b
row limiting for export of results
2003-01-21 17:50:20 +00:00
Marc Delisle
a5c02eb41f
export results of SELECTs
2003-01-19 13:48:15 +00:00
Alexander M. Turek
0e2865dfc5
coding standards
2002-12-11 21:18:46 +00:00
Alexander M. Turek
3c48c6baff
bug #652311
2002-12-11 21:12:53 +00:00
Michal Čihař
9eac77903c
support for exporting to LaTeX
2002-12-11 16:42:21 +00:00
Marc Delisle
b59ac08abb
for older MySQL
2002-11-16 10:57:10 +00:00
Robin Johnson
e4743fd18e
find -name '*.php3'
: Added vim modelines for PEAR style indentation
2002-10-23 04:17:43 +00:00
Loïc Chapeaux
2c51f09aee
fixed a parse error
2002-10-04 13:11:08 +00:00
Alexander M. Turek
e24b4abce0
bug #607896
2002-10-03 17:29:39 +00:00
Loïc Chapeaux
1fde05de4f
feature #601603 (Field names on CSV export)
2002-09-13 08:52:31 +00:00
Marc Delisle
5e419a7d66
MySQL 3.21 compatibility
2002-08-07 12:07:35 +00:00
Marc Delisle
9bd9a44a67
charset patch
2002-06-14 12:07:18 +00:00
Loïc Chapeaux
af7317c461
fixed bug #551682 - PMA ignores case of table names under winwin, thanks to Pawe Szczepaski
2002-05-17 10:22:39 +00:00
Loïc Chapeaux
4b5f961226
Fixed bug #552486 - row count starts at 1?
2002-05-08 10:10:40 +00:00
Loïc Chapeaux
9b1d989602
Enabled the ability to export only some records in xml format
2002-05-05 13:07:38 +00:00
Alexander M. Turek
d0040a347f
some small fixes concerning the XML feature
2002-04-28 18:10:09 +00:00
Alexander M. Turek
d43fd800fb
Thx, Lo�c :o)
2002-04-28 17:38:17 +00:00
Loïc Chapeaux
251eb8ccff
In case of errors, display them
2002-04-28 16:53:22 +00:00
Loïc Chapeaux
d22c273acc
PHP3 compatibility
2002-04-28 16:41:09 +00:00
Alexander M. Turek
8ba7794043
free result
2002-04-28 16:30:52 +00:00
Alexander M. Turek
1527b9dd06
XML exports (experimental)
2002-04-28 16:01:03 +00:00
Alexander M. Turek
04b272c39c
libraries/*: $cfg system changes.
2002-04-24 18:38:28 +00:00
Loïc Chapeaux
fd60f5ba1e
Tried a fix for bug #508746 - PMA_splitSqlFile() crashes server
2002-02-17 11:59:04 +00:00
Loïc Chapeaux
7f919e6a86
removed tabs and/or trailing spaces
2002-02-10 09:31:41 +00:00
Loïc Chapeaux
2d4592a2ec
fixed a php error if there is no 'enclosed by' character
2002-01-03 14:38:04 +00:00
Loïc Chapeaux
b0cdfeaf2f
While building dumps, data are no long bufferized by the script if the user wants it to be displayed on screen or saved as a text file. This may be helpfull for bug #448223 - Dump hangs
2001-12-15 16:38:46 +00:00
Loïc Chapeaux
ebfef0492d
sending the "fake" header at each it�ration is about ten times faster than checking elapsed time and send the header each 20 seconds
2001-12-09 09:38:41 +00:00
Loïc Chapeaux
55dd29646f
send fake headers to bypass browser timeout
2001-12-08 21:05:38 +00:00
Loïc Chapeaux
05fefd4211
PEAR codding standards
2001-11-23 01:04:57 +00:00
Loïc Chapeaux
d194d576e1
fixed bug #482466 - data dumping is broken in cvs version thanks to Michal Cihar
2001-11-16 14:15:17 +00:00
Loïc Chapeaux
bc54ef7d50
"zero" value was exported as ''
2001-11-14 20:49:43 +00:00
Loïc Chapeaux
aa245fe53a
feature #443134 - unlimited set_time_limit()
2001-11-09 22:35:46 +00:00
Loïc Chapeaux
e86345bf11
fixed bug #472858 - Dump error, thanks to Thomas Baehr
2001-10-19 19:25:15 +00:00
Loïc Chapeaux
2b93605e65
improved the fix against the bug #469416 (Dumps with binary data dont work mysql)
2001-10-14 08:32:50 +00:00
Loïc Chapeaux
e8b51f0297
tried to fix bug #469416 (Dumps with binary data dont work mysql)
2001-10-13 21:44:12 +00:00
Loïc Chapeaux
92ec43d8fc
fixed bug #468807 (dump error)
2001-10-07 22:09:51 +00:00
Loïc Chapeaux
e726fe785d
Fixed bug #444352 (Data Missing/POST Error)
2001-09-23 15:31:50 +00:00
Loïc Chapeaux
a12a735ee0
Excel csv field separator should be a comma
2001-09-20 18:17:36 +00:00