Commit Graph

131 Commits

Author SHA1 Message Date
7f805eccc8 Remove curly brace offset syntax 2025-04-20 22:42:37 -07:00
Rouslan Placella
9e224184d7 Fixed bug #3323101 - Invalid escape sequence in SQL parser 2011-06-21 20:38:42 +01:00
Rouslan Placella
c2dd99965d Fixed bug #3323060 - SQL parser breaks AJAX requests if query has unclosed quotes 2011-06-21 20:33:32 +01:00
Michal Čihař
5687ac290e Add missing operator 2011-05-11 14:00:24 +02:00
Marc Delisle
baf339f802 Continue to replace warning level with error level 2011-05-04 06:14:28 -04:00
Michal Čihař
b47903e03f Fix indentation 2011-04-18 17:01:32 +02:00
Dieter Adriaenssens
5d915f1ff6 Merge branch 'QA_3_3'
Conflicts:

	libraries/sqlparser.lib.php
2010-12-13 21:36:51 +01:00
Dieter Adriaenssens
8afdcbe2b8 bug #3127904, Close all opened round brackets indents 2010-12-13 21:18:33 +01:00
Marc Delisle
79f320e951 remove author names 2010-12-04 06:41:10 -05:00
Dieter Adriaenssens
3a3ac7caab bug #3077454, don't apply inner_sql span to query_only mode, this breaks copying databases and rowcount of queries 2010-10-04 20:49:05 +02:00
Michal Čihař
0431042bd0 Drop $Id$ expansion, nobody complained so far it not working. 2010-09-07 15:00:44 +02:00
Michal Čihař
4f487780a0 bug #3042665 [parser] Add workaround for MySQL way of handling backtick. 2010-08-30 17:19:11 +02:00
Michal Čihař
68e1ff3798 Do not fail if parsing query has failed. 2010-08-30 17:19:11 +02:00
Michal Čihař
8ce53e5bc8 Not used anywhere. 2010-08-30 17:19:11 +02:00
Michal Čihař
a6ba984504 Start testcase for SQL parser. 2010-08-30 15:53:00 +02:00
Michal Čihař
fdb0d32df4 Merge branch 'QA_3_3' 2010-08-30 14:18:02 +02:00
Michal Čihař
4a234050f2 bug #3054458 [core] Fixed displaying number of rows. 2010-08-30 14:17:51 +02:00
Michal Čihař
d17fba309c Fix permissions.
Most files were made executable somewhere in ninadsp tree, reverting
this.
2010-08-30 09:53:37 +02:00
ninadsp
c9253c0a0e Merge conflict resolved for Lori's tree merge to main 2010-08-22 12:42:54 +05:30
Marc Delisle
22eaa592ca unused code 2010-08-20 08:43:09 -04:00
Michal Čihař
862e3ca2a7 Merge branch 'QA_3_3'
Conflicts:
	libraries/core.lib.php
	server_databases.php
	server_privileges.php
2010-08-20 13:40:37 +02:00
Michal Čihař
d2e0e09e0d Fix XSS with $cfg['SQP']['fmtType'] = 'text'. 2010-08-20 10:38:32 +02:00
ninadsp
e646a2760c Fixed conflict due to upstream merge 2010-07-23 21:59:15 +05:30
Michal Čihař
318dc4b650 Drop @version tag from docblocks. 2010-07-20 13:59:17 +02:00
ninadsp
a8d6f9ff4c Merge remote branch 'origin/master' 2010-06-15 15:39:51 +05:30
Marc Delisle
485e1736b6 make inline editing work for all cases of fmtType 2010-06-12 08:45:24 -04:00
ninadsp
160f4314eb Merge remote branch 'origin/master' 2010-06-03 22:34:52 +05:30
Marc Delisle
d18a3eb3c0 Merge branch 'QA_3_3' 2010-05-30 08:44:33 -04:00
Marc Delisle
cfcec687fa bug #2986383 Not all data being shown / counted 2010-05-30 08:43:41 -04:00
ninadsp
bed1948d04 testing git setup - no major change made in code yet
only added a few comments
2010-05-23 01:22:01 +05:30
Marc Delisle
2182098af6 strings to gettext, second batch 2010-05-04 20:07:19 -04:00
Marc Delisle
819324ede6 remove author names, as discussed at the 2010 developer meeting and according to the book Producing Open Source Software 2010-03-06 18:04:17 +00:00
Michal Čihař
1cdc4cc50a bug #2954916 [interface] Do not insert doc links to not formatted SQL. 2010-02-25 09:11:42 +00:00
Michal Čihař
0db3297b09 No link for SET in CHARACTER SET. 2010-01-26 22:15:13 +00:00
Michal Čihař
a26d2f0934 Add documentation links to types. 2010-01-22 18:36:07 +00:00
Michal Čihař
46a2a4e0ba [interface] Provide links to documentation in highlighted SQL. 2010-01-22 18:35:38 +00:00
Marc Delisle
526dce65cb 3.3 2009-12-31 13:11:19 +00:00
Marc Delisle
f3833884e4 3.3 2009-12-31 13:09:18 +00:00
Marc Delisle
58d880b6ab bug #2897536 [parser] Copying table with bit field with default 2009-11-15 13:50:32 +00:00
Marc Delisle
ad48d9f31c bug #2895894 [structure] Empty default value not set properly 2009-11-13 11:14:10 +00:00
Marc Delisle
a4dcf806cc parser should return an array in case of errors, thanks to Thomas Pulickal 2009-09-17 17:05:14 +00:00
Marc Delisle
08c6c4a57d patch #2859788 [parser] Double-character delimiters (bug #2846239) 2009-09-17 16:51:28 +00:00
Marc Delisle
2a1077ff43 bug [export] Exporting results of a query which contains a LIMIT clause inside a subquery 2009-08-29 11:41:26 +00:00
Marc Delisle
708a763680 patch #2750541 [parser] Incorrect parsing of constraints in ALTER TABLE 2009-04-19 11:31:14 +00:00
Marc Delisle
d468dd99e3 bug #2027720 [parser] Missing space after BINARY used as cast 2009-01-18 12:20:16 +00:00
Marc Delisle
398feb40fd patch #2407785 [cleanup] ereg*() deprecated in PHP 5.3 2008-12-14 13:58:06 +00:00
Michal Čihař
e1c909326f Convert comments to doc block. 2008-11-24 11:11:41 +00:00
Michal Čihař
56941e509c Adding @package, second part. 2008-11-24 11:05:40 +00:00
Marc Delisle
4c66210e88 Cannot sort twice on a column when the table name contains accents 2008-09-11 17:03:49 +00:00
Marc Delisle
11f1379891 bug #2074250 [parser] Undefined variable seen_from 2008-08-28 16:17:53 +00:00