Commit Graph

20 Commits

Author SHA1 Message Date
Sebastian Mendel
b2f3ae5fcf make $sql_query persistent (init it, never unset it, always assume it is set) 2007-04-01 09:26:14 +00:00
Marc Delisle
b800466c91 avoid vim error on loading 2007-03-19 16:55:30 +00:00
Sebastian Mendel
e153586543 some doc and globals 2007-03-19 13:09:33 +00:00
Marc Delisle
42ac66ad74 get rid of propicon 2007-02-10 15:58:46 +00:00
Marc Delisle
0547dafd9b bug #1603660, incorrect escaping 2006-12-06 17:39:42 +00:00
Michal Čihař
fb9a3a598e Check before commit! 2006-11-17 08:49:30 +00:00
Michal Čihař
54738174ee Correctly fail if file is too short (bug #1574340). 2006-10-10 13:04:44 +00:00
Sebastian Mendel
1eadc0a41a use @todo tag for todo items, to show up in generated documentation 2006-09-21 14:28:46 +00:00
Marc Delisle
32b1fb8039 support display of HANDLER statement results 2006-06-09 20:13:08 +00:00
Marc Delisle
1b5d1212dd bug #1482841, support USE statement in the import file 2006-05-14 11:47:56 +00:00
Michal Čihař
bfec931486 Improve functionality of limiting DROP DATABASE (bug #1456082). 2006-04-27 11:35:54 +00:00
Michal Čihař
56a0ec9638 Skip byte order marks (bug #1423362). 2006-02-21 20:28:27 +00:00
Sebastian Mendel
6b4f751e41 fixed bug #1409972 PHP 5.1.2 compatibility 2006-01-19 15:39:29 +00:00
Sebastian Mendel
0ae8842353 (not complete) PEAR coding standard 2006-01-17 17:03:02 +00:00
Michal Čihař
ccee74104a Handle correctly dumps with commented out commands (eg. from mysqldump). 2005-12-25 21:43:27 +00:00
Michal Čihař
f9ab10666a CSV import fixes:
- Drop optional escaping as this should not have any real functionality.
 - Do not overwrite error message from import in case of single SQL query is being executed.
 - Make enclosing behaviour same as in MySQL LOAD DATA (bug #1363532).
2005-11-23 10:34:52 +00:00
Sebastian Mendel
1db66739f8 fixed uninitialized variables 2005-10-14 14:15:06 +00:00
Michal Čihař
db40959fd2 Fix execution of single large queries. 2005-10-08 13:28:07 +00:00
Michal Čihař
6a093d4283 Switch all SQL from read_dump.php to import.php. 2005-10-08 11:24:21 +00:00
Michal Čihař
64bd56dfba Support for browsing selected columns (RFE #1275909). 2005-09-26 19:03:11 +00:00