summaryrefslogtreecommitdiff
path: root/ext/pdo/pdo_sql_parser.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed bug #40417 (Allow multiple instances of the same named PDO token inIlia Alshanetsky2007-03-061-3/+15
* 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
* MFH: fix infinite cycleNuno Lopes2007-01-031-6/+4
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fixed bug #36798 (Error parsing named parameters with queries containingIlia Alshanetsky2006-12-051-85/+36
* 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
* 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
* 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
* 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
* As per PDO meeting on PHP|Tropics fetchSingle is being renamed toIlia Alshanetsky2005-05-171-16/+30
* missing header (re2c 0.9.4 built .c file)Ilia Alshanetsky2005-04-141-14/+15
* *cough*Wez Furlong2005-02-261-2/+2
* and the generated fileWez Furlong2005-02-261-10/+30
* commit generated version of the .reWez Furlong2005-02-131-15/+30
* Updated version without compiler warnings.Ilia Alshanetsky2005-02-121-12/+11
* Touch file.Ilia Alshanetsky2005-02-091-1/+1
* kill unused varIlia Alshanetsky2005-02-091-1/+1
* update ready for releaseWez Furlong2005-02-091-11/+11
* and the generated fileWez Furlong2005-02-071-13/+39
* touch againWez Furlong2005-02-061-11/+11
* touch fileWez Furlong2005-02-061-1/+1
* Don't segault when we have placeholders but no bound paramsEdin Kadribasic2005-02-061-2/+9
* update separatelyWez Furlong2005-02-051-1/+2
* hrmm. Really really really really touch the timestamp in CVS to avoidWez Furlong2005-01-211-1/+1
* and check in the generated c file later, to avoid remaking it in fresh checko...Wez Furlong2005-01-211-24/+231
* API support for scrollable cursorsWez Furlong2005-01-121-1/+1
* ok, apprently we _don't_ want to count the nulls.George Schlossnagle2004-05-211-7/+2
* fix fubar'd emulated bindingsGeorge Schlossnagle2004-05-211-2/+2
* remove debugGeorge Schlossnagle2004-05-201-3/+1
* off by one errorGeorge Schlossnagle2004-05-201-2/+8