Commit Graph

62 Commits

Author SHA1 Message Date
Marc Delisle
2f1c30d257 bug #1555760, export default parameter broken 2006-09-11 21:27:21 +00:00
Marc Delisle
8e5514549d bug #1527862, export foreign keys is broken in latest CVS 2006-08-05 10:51:03 +00:00
Marc Delisle
c0e3385e69 bug #1526000, copying table to another db (MYSQL 5.0.24) 2006-08-04 17:21:48 +00:00
Marc Delisle
029a63a1f5 single-table copy did not copy the constraints 2006-07-04 15:53:41 +00:00
Marc Delisle
31a7ac1c5c procedures and functions 2006-06-22 20:55:19 +00:00
Michal Čihař
c42b74c54d Fix handling of backquotes (bug #1497239). 2006-05-30 06:33:47 +00:00
Michal Čihař
cd55bb7ccb Fix UPDATE export with extended inserts enabled (bug#1482103), fix export type selection. 2006-05-05 09:20:17 +00:00
Michal Čihař
9199199219 Use plugins for extension and MIME type. 2006-04-26 17:49:47 +00:00
Michal Čihař
b3d0d7622e oops forgot to remove FIXME comments 2006-04-26 16:34:44 +00:00
Michal Čihař
6e17c995fb Convert export to plugin architecture, so that plugins are independant piece of code (RFE #1325937). 2006-04-26 16:33:59 +00:00
Marc Delisle
e91fcb271d bug #1401864, DROP VIEW instead of DROP TABLE 2006-03-25 10:10:44 +00:00
Michal Čihař
3ffb7e775e New line before values (RFE #1435919). 2006-02-21 17:37:35 +00:00
Sebastian Mendel
0ae8842353 (not complete) PEAR coding standard 2006-01-17 17:03:02 +00:00
Sebastian Mendel
7358f5a712 allow 0 as name for database, table collumn, alias and index 2006-01-14 23:17:17 +00:00
Michal Čihař
4de79cbc10 Backquote database name (RFE#1376336). 2005-12-08 21:07:05 +00:00
Sebastian Mendel
5afd8905a6 define variables only where needed, and use NULL to define them, as some places test only for isset and not for content 2005-11-26 06:35:23 +00:00
Michal Čihař
4166977846 Add ability to limit maximal size of extended insert query, defaults to 50 KB (RFE #1015378). 2005-10-09 08:16:57 +00:00
Michal Čihař
ea707775d2 Fix auto increment export (bug #1309257). 2005-09-30 18:38:14 +00:00
Michal Čihař
64bd56dfba Support for browsing selected columns (RFE #1275909). 2005-09-26 19:03:11 +00:00
Michal Čihař
b8746b6e09 Remove error reporting. 2005-06-24 12:01:43 +00:00
Marc Delisle
e430651d24 native comments 2005-03-06 12:33:19 +00:00
Michal Čihař
de484bfce1 Do not offer modes not available in current MySQL version, do not fail on error when setting SQL_MODE (bug #1155209). 2005-03-02 21:17:24 +00:00
Marc Delisle
22736ce77d bug #1108521, part 2: mysqli_num_rows; Function cannot be used with MYSQL_USE_RESULT 2005-01-30 12:57:50 +00:00
Marc Delisle
cefbde0902 bug 1108521, mysqli_free_result() expects parameter 1 to be a result 2005-01-28 20:44:02 +00:00
Michal Čihař
f1f39b8ed1 added infou about UFPDF to documentation 2004-12-29 14:16:51 +00:00
Michal Čihař
1293dc1a24 Implemented database copying (RFE #996730), this forced separating code for copying tables. 2004-10-20 17:29:18 +00:00
Michal Čihař
620f9b764b Convert end of line chars we get from MySQL (bug #1042521). 2004-10-11 12:18:03 +00:00
Marc Delisle
fc085a6b91 bug #1039639 2004-10-11 10:52:22 +00:00
Michal Čihař
3bd2a9732f Fixed export of '0' string (bug #1033869). 2004-09-24 15:41:50 +00:00
Michal Čihař
5b170594f6 Fix empty BLOB export (bug #1020052). 2004-09-01 13:40:52 +00:00
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