Commit Graph

43 Commits

Author SHA1 Message Date
Michal Čihař
ea58d9f259 Do not use functions not supported by older PHP. 2005-11-28 18:21:19 +00:00
Sebastian Mendel
1f3fe5fa08 fixed minimum_common for css files 2005-11-18 13:10:34 +00:00
Michal Čihař
3b2485e4f5 Avoid warning if analyzing failed. 2005-10-17 12:53:57 +00:00
Marc Delisle
6d4db4249d bug #1320470, timestamp is not shown as being NULL under MySQL < 4.1.x 2005-10-16 13:00:23 +00:00
Michal Čihař
e6077a388a Handle correctly float like .01 (bug #1252713). 2005-10-14 18:50:45 +00:00
Michal Čihař
087751483b Do not walk chars for hex and numbers one by one, this boosts performance while inserting huge blobs (bug #1315232). 2005-10-14 12:36:50 +00:00
Michal Čihař
e3567e49f3 Do not show error on empty query. 2005-10-08 10:53:55 +00:00
Marc Delisle
1e054e1fe7 patch #1253478, variable initialization and code cleanup 2005-08-08 20:22:11 +00:00
Marc Delisle
34d03eac93 bug 1221602, undefined variable when trying to use a reserved word as an identifier 2005-06-18 11:07:05 +00:00
Marc Delisle
fe8cd66697 bug #1163595, NULL detection for TIMESTAMP 2005-05-22 12:43:46 +00:00
Marc Delisle
e8be67e72e bug #1120434, comment at the end of query is applied to appended LIMIT as well 2005-05-15 12:37:48 +00:00
Marc Delisle
80b93cc829 bug #1198156, exporting without enclosing with backquotes 2005-05-10 10:51:34 +00:00
Marc Delisle
ca7da27978 bug #1179887 ordering by count(*) 2005-04-27 17:28:17 +00:00
Marc Delisle
10204fcf49 oops 2005-04-25 19:43:55 +00:00
Marc Delisle
06dc6dd51d bug 1185173, query returns empty result (with Storage as table name) 2005-04-25 19:36:23 +00:00
Marc Delisle
de39a0da17 start merging code for MySQL 4.1.2 TIMESTAMPs 2005-03-12 13:57:56 +00:00
Michal Čihař
f1f39b8ed1 added infou about UFPDF to documentation 2004-12-29 14:16:51 +00:00
Michal Čihař
330e83d6df Return raw query in case of error (bug #1048826). 2004-10-19 12:59:45 +00:00
Marc Delisle
0a06f5c57c bug #967610, double column sort with JOIN 2004-10-11 13:24:59 +00:00
Marc Delisle
9797b4a9b9 cannot copy a table structure with MySQL 4.1.x 2004-08-09 01:23:52 +00:00
Marc Delisle
189dd358d2 bug 965026 GROUP_CONCAT, previous commit was wrong 2004-07-29 16:48:08 +00:00
Marc Delisle
54e5e1c649 bug 965026 GROUP_CONCAT 2004-07-29 11:31:35 +00:00
Marc Delisle
6f2bd8c543 bug 981343 CURRENT_TIMESTAMP 2004-07-27 11:39:40 +00:00
Marc Delisle
3f7382d386 bug 983992 2004-07-05 14:55:59 +00:00
Michal Čihař
f63a765279 Handle correctly all MySQL comments (-- can be followed with any control char) (patch #965106). 2004-06-04 10:20:33 +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ř
9ef6f98cb1 Report syntax error when there is a broken comment (bug #905066). 2004-05-13 19:35:53 +00:00
Michal Čihař
fe962c55fc Modified pretty printer to display nicer queries generated by our db search. 2004-05-11 09:42:37 +00:00
Michal Čihař
cfbdb563d0 SQL parser now correctly works with multibyte strings (bug #936161). 2004-04-29 09:28:04 +00:00
Michal Čihař
928a8b33db Be valid XHTML 2004-04-27 12:36:12 +00:00
Marc Delisle
36c32393d9 bug 906551 2004-03-18 22:00:48 +00:00
Michal Čihař
88dc344cdb Use charset aware substr and strlen functions (bugs #854755 and #910575). 2004-03-09 15:02:28 +00:00
Marc Delisle
2ed606d914 bug 906551 2004-03-05 18:56:53 +00:00
Marc Delisle
e22f80a3bf bug 909752 2004-03-05 17:58:10 +00:00
Marc Delisle
5b74413834 bug 905066 2004-02-26 16:49:24 +00:00
Marc Delisle
40018fafae bug 890573 typo 2004-02-04 20:15:19 +00:00
Alexander M. Turek
5674ec0f46 Support for _charset syntax. 2004-01-09 23:17:21 +00:00
Alexander M. Turek
0f288c3372 Parser recognizes collations / Include DB charset and collation in SQL export 2004-01-02 16:11:56 +00:00
Alexander M. Turek
e2b955cc90 yet more charset stuff 2003-12-30 18:24:11 +00:00
Alexander M. Turek
ad5bff4edb Bug #857749 2003-12-11 23:26:24 +00:00
Alexander M. Turek
37d50c1822 Huge set of optimizations, please test! 2003-11-26 22:52:25 +00:00
Garvin Hicking
f0da471ec3 /libraries cleanup hopefully done. Double-Checked every change, my installation still works. ;)
Will continue working on remaining files tomorrow and hope to make it to the end of the next day.
2003-11-20 16:31:51 +00:00
Michal Čihař
6884f9701a no more support for php3 2003-11-18 15:20:45 +00:00