Commit Graph

242 Commits

Author SHA1 Message Date
Sebastian Mendel
008734f8b0 do NEVER unset $table or $db;
no need to test for isset() on $db and $table;
always test with strlen() for valid $table or $db;
2007-03-30 09:12:05 +00:00
Marc Delisle
b84107152d bug #1688053, improvement for latest fix 2007-03-29 13:20:58 +00:00
Marc Delisle
4de60460b3 bug #1688053 [export] Wrong export of binary character fields 2007-03-26 16:48:13 +00:00
Marc Delisle
e31fd70d78 oops 2007-03-25 11:41:44 +00:00
Marc Delisle
8575706de8 more doc about signon 2007-03-25 11:39:40 +00:00
Sebastian Mendel
374abd5173 fixed/added page level docblock 2007-03-20 10:32:13 +00:00
Sebastian Mendel
817e790762 synced/fixed vim line 2007-03-19 17:55:39 +00:00
Marc Delisle
d51f1126f6 use generic $strOptions 2007-02-19 18:15:55 +00:00
Marc Delisle
26230ea6eb YAML export 2007-02-18 13:39:27 +00:00
Marc Delisle
735de4b93c undefined variable if AllowAnywhereRecoding is false 2007-02-17 18:02:36 +00:00
Michal Čihař
6ac319f159 DELIMITER should not be commented out (bug #1612870). 2007-01-02 09:24:56 +00:00
Marc Delisle
b0588d3570 bug #1621280, support VIEW dependencies during export 2006-12-26 16:10:47 +00:00
Marc Delisle
93659bd8d1 typos 2006-12-26 14:27:14 +00:00
Marc Delisle
5c351fc48b bug #1619647, export of query results should not contain procedure definitions 2006-12-21 01:11:00 +00:00
Marc Delisle
46ccf8cdca duplicated line, committed too fast 2006-12-11 14:54:47 +00:00
Marc Delisle
6a4e2a1164 patch #1595784, add charset information to SQL exported file 2006-12-10 12:56:12 +00:00
Marc Delisle
d01f9977fb remove uva prefix 2006-12-10 12:32:41 +00:00
Michal Čihař
fb9a3a598e Check before commit! 2006-11-17 08:49:30 +00:00
Michal Čihař
0bca319d18 Keep 0 in exported auto_increment fields (bug #1440544). 2006-10-18 14:39:49 +00:00
Michal Čihař
0d9c5892c6 Fix cvs/csv typo. 2006-10-13 08:14:31 +00:00
Michal Čihař
0e48825a46 Finalise SVN migration. 2006-10-12 16:27:13 +00:00
Michal Čihař
861d70b5a2 Fix MIME type and extension to state before plugins were introduced (patch #1570742, thanks to ssevennm - ssevennm). 2006-10-10 14:20:58 +00:00
Marc Delisle
6de7cbca22 bug 1562533, unbuffered queries 2006-10-09 12:39:08 +00:00
Marc Delisle
b00f3d56cb bug #1550690, wrong export of constraints 2006-10-01 18:48:43 +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
75c0fa389a bug #1556934, SQL compatibility mode on export 2006-09-12 17:20:07 +00:00
Marc Delisle
2f1c30d257 bug #1555760, export default parameter broken 2006-09-11 21:27:21 +00:00
Marc Delisle
8806c5dd0d do not display BLOBs on PDF export 2006-08-18 12:16:45 +00:00
Michal Čihař
0eae2f35a7 Fix charset header of exported HTML/XLS file (bug #1541100). 2006-08-16 09:10:23 +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
d130c36ef4 bug #1504218, better explanation for what is a PDF export 2006-06-25 11:42:18 +00:00
Marc Delisle
31a7ac1c5c procedures and functions 2006-06-22 20:55:19 +00:00
Michal Čihař
af54eb141e Handle correctly AUTO (bug #1497239). 2006-05-30 13:46:13 +00:00
Michal Čihař
b53b94af3e Fix extension. 2006-05-30 13:41:11 +00:00
Michal Čihař
fba74f3b81 Fix export to XML (bug #1497239). 2006-05-30 06:43:00 +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ř
67be078872 Include styles.xml in Open Document, now it can be opened in KOffice, Gnumeric and OpenOffice.org. 2006-04-28 10:46:13 +00:00
Michal Čihař
63097eb48e fix typo 2006-04-28 09:29:52 +00:00
Michal Čihař
2f8975d2f5 Add Open Document Text export (RFE #1068007). 2006-04-28 08:54:27 +00:00
Michal Čihař
2e0f8f1bfa Use correct charset. 2006-04-28 08:52:25 +00:00
Michal Čihař
02ff4b83d3 Fix including column names. 2006-04-28 08:51:35 +00:00
Michal Čihař
5ec84ee7f8 Fix including column names. 2006-04-27 22:28:55 +00:00
Michal Čihař
2e8469efef fix export limitation 2006-04-26 20:55:01 +00:00
Michal Čihař
0afc370aa7 Allow forcing of export to file, it makes no sense to display PDF in textarea ;-). 2006-04-26 19:16:52 +00:00
Michal Čihař
6f0015fb8b Export to OASIS OpenDocument Spreadsheet (RFE #1068007). 2006-04-26 18:48:03 +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