summaryrefslogtreecommitdiff
path: root/ext/pdo/pdo_sql_parser.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* As per PDO meeting on PHP|Tropics fetchSingle is being renamed toIlia Alshanetsky2005-05-171-16/+30
| | | | | fetchColumn and now supports specification of the column to retrieve.
* 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
| | | | | | # includes big hack to help guide people into running "make install" so # that the headers get installed; works around a pear bug.
* 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
| | | | | crappy makefile annoyance.
* and check in the generated c file later, to avoid remaking it in fresh ↵Wez Furlong2005-01-211-24/+231
| | | | checkouts.
* 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
|
* set active_query_string to null in case of failureGeorge Schlossnagle2004-05-201-70/+140
|
* keys need to be null-terminated (how did this not get committed before???)George Schlossnagle2004-05-201-4/+10
| | | | | bind-by-name includes the leading : in the name
* Added lastInsertId() method for retrieving last insert id.Ilia Alshanetsky2004-05-191-2/+2
| | | | | | Made affectedRows() work for MySQL. Populate error value in MySQL on error.
* forgotten off the last commitGeorge Schlossnagle2004-05-181-19/+38
|
* Update generated parserWez Furlong2004-05-181-12/+12
|
* for those without re2cGeorge Schlossnagle2004-05-181-0/+223