summaryrefslogtreecommitdiff
path: root/ext/pdo/pdo_sql_parser.c
Commit message (Collapse)AuthorAgeFilesLines
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Merge branch 'PHP-5.4' into PHP-5.5Rasmus Lerdorf2013-11-071-10/+13
|\ | | | | | | | | | | | | | | * PHP-5.4: Fix bug #65946 - pdo_sql_parser.c permanently converts values bound to strings Conflicts: ext/pdo/pdo_sql_parser.c
| * Fix bug #65946 - pdo_sql_parser.c permanently converts values bound to stringsRasmus Lerdorf2013-11-071-11/+14
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2013-08-201-28/+33
|\ \ | |/ | | | | | | | | | | | | * PHP-5.4: Fix bug #64953 (Postgres prepared statement positional parameter casting) Conflicts: ext/pdo/pdo_sql_parser.c
| * Fix bug #64953 (Postgres prepared statement positional parameter casting)Michael Wallner2013-08-201-29/+34
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-06-101-2/+2
|\ \ | |/ | | | | | | | | * PHP-5.4: typo fixes (argument) typo fixes (accommodate, parameter)
| * typo fixes (accommodate, parameter)Veres Lajos2013-06-101-2/+2
| |
| * Happy New YearXinchen Hui2013-01-011-1/+1
| |
* | Happy New YearXinchen Hui2013-01-011-1/+1
| |
* | Invoke re2c with --no-generation-date to prevent unintentional / unnecessary ↵Sebastian Bergmann2012-12-061-1/+1
|/ | | | changes in generated files.
* Commit generated fileJohannes Schlüter2012-04-191-122/+118
|
* Update generated file.Johannes Schlüter2012-04-181-5/+6
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Fixed bug #54929 (Parse error with single quote in sql comment)Felipe Pena2011-06-041-61/+168
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* - MFH: Better fixFelipe Pena2008-11-131-8/+5
|
* - MFH: Fixed invalid readsFelipe Pena2008-11-131-2/+2
|
* - MFH: Fixed bug #43925 (Incorrect argument counter in prepared statements ↵Felipe Pena2008-10-231-2/+3
| | | | with pgsql)
* MFH:Felipe Pena2008-10-101-31/+51
| | | | | | | - Fixed bug #44251 (Question mark and an escaped singel quote lead to an exception) - Fixed bug #41125 (PDO mysql + quote() + prepare() can result in seg fault) Patch by: tsteiner at nerdclub dot net
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* Revert addition of - char support for bound param namesIlia Alshanetsky2007-11-261-10/+8
|
* Fixed bug #43130 (Bound parameters cannot have - in their name)Ilia Alshanetsky2007-10-291-116/+224
|
* Fixed bug #41596 (Fixed a crash inside pdo_pgsql on some non-well-formedIlia Alshanetsky2007-06-051-21/+26
| | | | | SQL queries).
* Fixed bug #40417 (Allow multiple instances of the same named PDO token inIlia Alshanetsky2007-03-061-3/+15
| | | | | prepared statement emulation code).
* Better generated parserIlia Alshanetsky2007-02-021-222/+116
|
* Fixed bug #40285 (The PDO prepare parser goes into an infinite loop inIlia Alshanetsky2007-02-011-175/+234
| | | | | some instances).
* MFH: fix infinite cycleNuno Lopes2007-01-031-6/+4
| | | | | #this was the infinite cycle that was bugging me in the gcov machine...
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* Fixed bug #36798 (Error parsing named parameters with queries containingIlia Alshanetsky2006-12-051-85/+36
| | | | | high-ascii chars).
* Fixed bug #39483 (Problem with handling of \ char in prepared statements).Ilia Alshanetsky2006-12-041-5/+5
|
* Added missing check for mismatching number of tokens & bound params inIlia Alshanetsky2006-12-031-3/+8
| | | | | prepared statement emulation.
* Fixed a possible crashIlia Alshanetsky2006-11-231-4/+7
|
* Fixed generated fileIlia Alshanetsky2006-11-121-44/+9
|
* Fixed a memory leak when named & positional params are being used in theIlia Alshanetsky2006-11-121-216/+247
| | | | | same query.
* Properly rewrite queries where a bound parameter appears more then once.Ilia Alshanetsky2006-01-251-5/+15
|
* bump year and license versionfoobar2006-01-011-4/+4
|
* touch with re2c 0.9.11foobar2005-12-181-2/+2
|
* - Fix paths for --enable-gcov usagefoobar2005-12-011-10/+10
| | | | | # re2c -b -o ext/pdo/pdo_sql_parser.c ext/pdo/pdo_sql_parser.re
* and touch the generated fileWez Furlong2005-09-101-23/+23
|
* touchEdin Kadribasic2005-09-041-154/+108
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* touch with working re2cfoobar2005-07-181-39/+71
|
* touch generated fileWez Furlong2005-07-181-103/+190
|
* Touch with working re2cfoobar2005-07-121-185/+98
|
* touch generated fileWez Furlong2005-07-121-34/+40
|
* - Regenerate using re2c 0.9.8Marcus Boerger2005-07-081-29/+29
|
* generated fileWez Furlong2005-07-081-1/+14
|
* And the generated version of the parserWez Furlong2005-07-081-94/+194
|