Commit Graph

62 Commits

Author SHA1 Message Date
Sebastian Mendel
cfeb306526 coding standard: no spaces inside braces 2007-04-01 11:02:46 +00:00
Sebastian Mendel
adb39168cc coding standard: no braces around include 2007-04-01 09:51:41 +00:00
Sebastian Mendel
a7568078af bug #1567317 [sqp] Syntax highlighter: extra spaces 2007-03-19 16:12:17 +00:00
Sebastian Mendel
d0f31e2091 bug #1672789 Undefined offset: 4 in sqlparser.lib.php #1674 2007-03-19 14:19:22 +00:00
Sebastian Mendel
235adc812b bug #1239401 table dot numeric field name 2007-03-15 15:01:23 +00:00
Marc Delisle
42ac66ad74 get rid of propicon 2007-02-10 15:58:46 +00:00
Marc Delisle
593b353670 bug #1638267, wrong reserved word recognition 2007-01-20 15:04:18 +00:00
Michal Čihař
27696bd1e0 Add support for ON DUPLICATE KEY (bug #1576226). 2006-10-17 09:46:07 +00:00
Michal Čihař
b495cd337a Remove last CVS mentions. 2006-10-13 08:23:32 +00:00
Michal Čihař
d9c440c01b Fix parsing of CHAR column type (bug #1573502). 2006-10-10 14:44:25 +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
d6d0a7ce6b sorting on column header 2006-08-16 17:39:15 +00:00
Sebastian Mendel
6d9f3794ec correctly unquote identifiers 2006-08-02 11:36:12 +00:00
Marc Delisle
1d4e05f768 bug #152600, copy table on MySQL 5.0.23+ 2006-07-30 11:21:59 +00:00
Marc Delisle
eb387f69d4 bug #1458245 copy a db containing a VIEW 2006-03-28 11:37:55 +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
Marc Delisle
841b3403c7 bug #1394779, SQL executer tries to find keys from current table 2006-01-11 20:16:20 +00:00
Marc Delisle
32a946d084 bug #1394479, problem detecting ending semi-colon, generates a SHOW KEYS FROM nothing 2006-01-10 18:19:04 +00:00
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