summaryrefslogtreecommitdiff
path: root/ext/pdo/pdo_sql_parser.re
Commit message (Expand)AuthorAgeFilesLines
* actually register PDO_PARAM_BOOL as a constant (doh!).Wez Furlong2005-09-101-2/+2
* Fix for #34233Edin Kadribasic2005-09-041-1/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* avoid :: when looking for named parameters.Wez Furlong2005-07-181-5/+6
* remember ? -> :pdox mapping so that binds by position can be mapped to names ...Wez Furlong2005-07-121-7/+13
* - std not needed -> avoid warningMarcus Boerger2005-07-081-2/+2
* For named-parameter-to-named-parameter rewrites, we need to map the originalWez Furlong2005-07-081-0/+13
* add a bit of a hack to cater for pgsql prepared statements.Wez Furlong2005-07-081-2/+13
* Added missing header.Ilia Alshanetsky2005-04-141-0/+1
* *cough*Wez Furlong2005-02-261-1/+1
* fix for PECL #3545Wez Furlong2005-02-261-9/+29
* implement mapping of :name to ? parameters for drivers that only support ?Wez Furlong2005-02-131-3/+18
* it's only an error in emulation mode; rewrite happens in prepare, whichWez Furlong2005-02-131-1/+1
* kill unused varIlia Alshanetsky2005-02-091-1/+0
* handle input LOBs (which are passed as streams) in bound parameter emulation.Wez Furlong2005-02-071-12/+38
* Don't segault when we have placeholders but no bound paramsEdin Kadribasic2005-02-061-0/+7
* pass param type to quoter functionsWez Furlong2005-02-051-1/+2
* Revise query parser so that it can rewrite from one bind syntax to another.Wez Furlong2005-01-211-1/+187
* ok, apprently we _don't_ want to count the nulls.George Schlossnagle2004-05-211-5/+1
* remove debuggingGeorge Schlossnagle2004-05-211-1/+0
* fix fubar'd emulated bindingsGeorge Schlossnagle2004-05-211-1/+1
* off by one errorGeorge Schlossnagle2004-05-201-2/+2
* set active_query_string to null in case of failureGeorge Schlossnagle2004-05-201-4/+10
* Support ? as a bind in emulated preparesGeorge Schlossnagle2004-05-201-6/+43
* keys need to be null-terminated (how did this not get committed before???)George Schlossnagle2004-05-201-1/+7
* iactually support :\w+ as bindsGeorge Schlossnagle2004-05-201-1/+1
* forgotten off the last commitGeorge Schlossnagle2004-05-181-10/+9
* Tweaks for win32Wez Furlong2004-05-181-13/+13
* license/copyright blockGeorge Schlossnagle2004-05-181-0/+20
* handle binding/quoting of queries for drivers with emulated preparesGeorge Schlossnagle2004-05-181-0/+138