Commit Graph

89 Commits

Author SHA1 Message Date
Chirayu Chiripal
3ea7d2b52d rfe-755: export with table/column name changes
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
2014-06-16 22:41:50 +05:30
Chirayu Chiripal
33dfef377f RFE-759 Use aliases in SQL export for tables and columns
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
2014-06-09 22:44:07 +05:30
Michal Čihař
91bd7e4f0e Remove no longer needed doc name mappings 2013-08-07 08:11:32 +02:00
Marc Delisle
d314b7499a add CALL to the list of reserved words 2013-07-14 07:39:45 -04:00
Marc Delisle
71748b1f8c bug #3942 Warnings about reserved word for many non reserved words 2013-05-24 05:28:58 -04:00
Marc Delisle
f9497c9baf Bug #3863 The column name 'name' is a MySQL reserved keyword. 2013-03-27 07:57:29 -04:00
Gemorroj
0f573fbd78 see https://github.com/phpmyadmin/phpmyadmin/pull/142#discussion_r2784623 2013-01-26 16:11:42 +03:00
Gemorroj
fc51a91713 many some minor fixes (sorry, see diff) 2013-01-26 15:35:29 +03:00
Michal Čihař
0f6f39248d Remove useless comments (copy of function name) 2012-05-30 09:06:16 +02:00
Michal Čihař
cff9d9d90e Wrap long lines 2012-05-29 15:32:44 +02:00
Michal Čihař
c296064614 Fix sort order 2011-12-16 15:28:49 +01:00
Michal Čihař
16290082b6 Update reference 2011-12-16 15:15:04 +01:00
Michal Čihař
eafecac2e8 Add MySQL 5.5 reserved words 2011-12-16 15:14:33 +01:00
Michal Čihař
6adcae4164 Add FALSE as reserved word (bug#3460596) 2011-12-16 15:12:32 +01:00
Marc Delisle
0b16d690d2 Fix merge conflicts 2011-11-02 12:41:13 -04:00
Marc Delisle
d22fae4201 bug #3428065 [parser] TRUE not recognized by parser 2011-11-02 12:39:43 -04:00
Michal Čihař
e56949f160 Use package name PhpMyAdmin
Needed to match phpdoc rules as package name must begin with upper case.
2011-10-25 10:13:17 +02:00
Piotr Przybylski
90099b7b5d Remove PMA_STR_binarySearchInArr in favor of isset and in_array 2011-06-08 19:23:58 +02:00
Michal Čihař
4333f4c55b Doc for DECLARE 2011-06-08 08:36:28 +02:00
Michal Čihař
420534ea0d Add missing keyword 2011-06-08 08:33:47 +02:00
Michal Čihař
c13e64468b Coding style 2011-06-06 15:58:06 +02:00
Mateusz Lewandowski
4b3b0c616c Add data for documentation links. 2011-06-06 15:56:58 +02:00
Piotr Przybylski
610614c95f Removed global variables with array counts in sqlparser.lib.php 2011-06-06 00:25:52 +02:00
Marc Delisle
60089624dd bug #3304544 [parser] master is not a reserved word 2011-06-04 06:39:09 -04:00
Marc Delisle
b36fb9e8bf Fix merge conflicts 2010-12-11 08:19:42 -05:00
Marc Delisle
b6f717a602 bug #3125606 [parser] Query for table "level" causes strange display 2010-12-11 08:03:50 -05:00
Michal Čihař
061b87f11f bug #3035300 [parser] Fixed wrong definition of keywords. 2010-08-30 17:23:50 +02:00
Michal Čihař
388327d642 Debug code was migrated to testcase. 2010-08-30 15:24:07 +02:00
Michal Čihař
b65e19a8b1 Fix another wrong count. 2010-08-30 15:22:58 +02:00
Michal Čihař
20800942f3 Revert "Avoid precalculating counts."
This reverts commit 42f04d4a7e.

We will stick with precalculated ones and check it in testcase.
2010-08-30 15:20:09 +02:00
Michal Čihař
8860f83466 READS should be before READ_*. 2010-08-30 15:19:44 +02:00
Michal Čihař
7f7bdf12bf Avoid duplicate NOW in keywords. 2010-08-30 15:19:03 +02:00
Michal Čihař
42f04d4a7e Avoid precalculating counts.
The count() on array is cheap in PHP and having hardcoded numbers only
tends to break.
2010-08-30 14:50:28 +02:00
Michal Čihař
aa45363719 Correct count of words. 2010-08-30 14:47:14 +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
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
bed1948d04 testing git setup - no major change made in code yet
only added a few comments
2010-05-23 01:22:01 +05:30
Michal Čihař
535cd23d4b Add PAGE_CHECKSUM keyword and adjust keywords count. 2010-04-07 10:11:14 +02:00
Marc Delisle
ec5d47369c bug #2961198 Querying a table named "data" 2010-03-05 18:06:36 +00:00
Marc Delisle
e6e69889c1 bug #2961198 Querying a table named "data" 2010-03-05 18:06:36 +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
eb8da39c48 undefined variable 2009-10-24 12:25:48 +00:00
Herman van Rink
3deeac9f08 Typo fix in comment 2009-05-17 22:20:16 +00:00
Marc Delisle
99035b8da4 bug #2784400 [parser] INVOKER not understood by parser 2009-05-06 16:54:30 +00:00
Michal Čihař
56941e509c Adding @package, second part. 2008-11-24 11:05:40 +00:00
Marc Delisle
46fc8af013 bug #1992628 [parser] SQL parser removes essential space 2008-06-24 17:51:49 +00:00
Marc Delisle
afbb2a9dc2 protection against XSS when register_globals is on and .htaccess has no effect 2008-06-21 15:01:27 +00:00
Marc Delisle
32bb3ab273 support ROW_FORMAT and PAGE_CHECKSUM table option; verify warnings coming from ALTER TABLE 2008-03-21 13:38:23 +00:00