Commit Graph

132 Commits

Author SHA1 Message Date
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ř
9935bfd907 Ignore custom headers and temporary files from Vim. 2005-11-25 08:44:56 +00:00
Michal Čihař
42d5ca744b Use native MySQL comments when applicable (RFE #1362923). 2005-11-23 22:13:18 +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
Marc Delisle
7cf7ada8ac patch #1253465, avoid error messages for unset variables in PHP functions that require a parameter passed by reference 2005-08-14 21:34:01 +00:00
Michal Čihař
57fc27c0bd Fix undefined variable when exporting relations (bug #1253457). 2005-08-08 20:13:03 +00:00
Michal Čihař
b8746b6e09 Remove error reporting. 2005-06-24 12:01:43 +00:00
Michal Čihař
a3d769e73d Word export now can contain table structure and better handles more tables/databases export. 2005-03-06 14:54:15 +00:00
Michal Čihař
d5f9ad07b7 Added Microsoft Word and Excel 2000 export (RFE #1155122). 2005-03-06 12:52:20 +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
962d5c09e3 error trapping, realpath 2004-07-06 17:53:28 +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ř
08db25e5a6 EXPERIMENTAL native MS Excel export support, using PEAR module Spreadsheet_Excel_Writer (RFE #968110). 2004-06-07 14:11:54 +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ř
2f2a918a27 Use PMA_DBI_fetch_row and drop PHP 3 compatibility code. 2004-04-14 13:51:11 +00:00
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