Commit Graph

75 Commits

Author SHA1 Message Date
Marc Delisle
27a20fc0f3 problem introduced at revision 11117 2008-02-13 13:01:35 +00:00
Marc Delisle
5d308367bf bug #1887204 [GUI] Order columns in result list messing up query 2008-02-11 18:26:53 +00:00
Marc Delisle
54a8b6b08d bug #1799691 [export] "Propose table structure" and Export 2008-02-08 18:55:08 +00:00
Marc Delisle
e98b21d75e bug #1783620 [parser] Subquery results without "as" are ignored 2007-12-21 18:18:44 +00:00
Marc Delisle
2ced7be900 bug #1710144 [parser] space after COUNT breaks Export but not Query 2007-12-20 12:47:43 +00:00
Marc Delisle
96bd2a4978 bug #1851833 [display] Sorting forgets an explicit LIMIT (fix for sorting on column headers) 2007-12-16 15:57:09 +00:00
Marc Delisle
78a3a6dacb parser (analyzer) the section_before_limit should not contain the LIMIT clause itself; and extract the limit_clause 2007-12-16 15:18:23 +00:00
Sebastian Mendel
be0373f9d0 cleanup 2007-10-18 10:09:51 +00:00
Sebastian Mendel
585f991656 make use of PMA_Message 2007-10-16 09:30:13 +00:00
Marc Delisle
0effdcaa31 old PHP4 code 2007-08-18 20:33:30 +00:00
Marc Delisle
050b2d2c2c bug #1734285 Copy database with VIEWs 2007-06-11 17:00:56 +00:00
Marc Delisle
f9c0bc6ff1 bug #1498281 [parser] Wrong primary key used for displaying results with subquery 2007-04-06 13:21:05 +00:00
Marc Delisle
6b2b01b80c fix this kind of queries: select * from mytable where myid >= 1 2007-04-03 10:19:33 +00:00
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