Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | |||||
* | Update copyright year for re2c files as well | Lior Kaplan | 2014-06-16 | 1 | -1/+1 |
| | |||||
* | Fix bug #65946 - pdo_sql_parser.c permanently converts values bound to strings | Rasmus Lerdorf | 2013-11-07 | 1 | -10/+13 |
| | |||||
* | Fix bug #64953 (Postgres prepared statement positional parameter casting) | Michael Wallner | 2013-08-20 | 1 | -2/+2 |
| | |||||
* | typo fixes (accommodate, parameter) | Veres Lajos | 2013-06-10 | 1 | -2/+2 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Fix bug #61755 parsing bug can lead to access violations | Johannes Schlüter | 2012-04-19 | 1 | -5/+4 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | Avoid strcpy() usage | Ilia Alshanetsky | 2011-08-08 | 1 | -2/+2 |
| | |||||
* | Fixes for variety of issues identified by coverity scan | Ilia Alshanetsky | 2011-08-07 | 1 | -2/+3 |
| | |||||
* | - Fixed bug #54929 (Parse error with single quote in sql comment) | Felipe Pena | 2011-06-04 | 1 | -1/+3 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.re **/*.y **/*.l | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 2 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | - MFH: Better fix | Felipe Pena | 2008-11-13 | 1 | -7/+4 |
| | |||||
* | - MFH: Fixed invalid reads | Felipe Pena | 2008-11-13 | 1 | -1/+1 |
| | |||||
* | - MFH: Fixed bug #43925 (Incorrect argument counter in prepared statements ↵ | Felipe Pena | 2008-10-23 | 1 | -1/+2 |
| | | | | with pgsql) | ||||
* | MFH: | Felipe Pena | 2008-10-10 | 1 | -4/+4 |
| | | | | | | | - 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, 1 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Revert addition of - char support for bound param names | Ilia Alshanetsky | 2007-11-26 | 1 | -1/+1 |
| | |||||
* | Fixed bug #43130 (Bound parameters cannot have - in their name) | Ilia Alshanetsky | 2007-10-29 | 1 | -1/+1 |
| | |||||
* | Fixed bug #41596 (Fixed a crash inside pdo_pgsql on some non-well-formed | Ilia Alshanetsky | 2007-06-05 | 1 | -2/+7 |
| | | | | | SQL queries). | ||||
* | Fixed bug #40417 (Allow multiple instances of the same named PDO token in | Ilia Alshanetsky | 2007-03-06 | 1 | -2/+14 |
| | | | | | prepared statement emulation code). | ||||
* | Fixed bug #40285 (The PDO prepare parser goes into an infinite loop in | Ilia Alshanetsky | 2007-02-01 | 1 | -1/+2 |
| | | | | | some instances). | ||||
* | MFH: fix infinite cycle | Nuno Lopes | 2007-01-03 | 1 | -6/+4 |
| | | | | | #this was the infinite cycle that was bugging me in the gcov machine... | ||||
* | Fixed bug #36798 (Error parsing named parameters with queries containing | Ilia Alshanetsky | 2006-12-05 | 1 | -5/+3 |
| | | | | | high-ascii chars). | ||||
* | Fixed bug #39483 (Problem with handling of \ char in prepared statements). | Ilia Alshanetsky | 2006-12-04 | 1 | -2/+2 |
| | |||||
* | Added missing check for mismatching number of tokens & bound params in | Ilia Alshanetsky | 2006-12-03 | 1 | -2/+7 |
| | | | | | prepared statement emulation. | ||||
* | Fixed a possible crash | Ilia Alshanetsky | 2006-11-23 | 1 | -3/+6 |
| | |||||
* | Fixed a memory leak when named & positional params are being used in the | Ilia Alshanetsky | 2006-11-12 | 1 | -1/+2 |
| | | | | | same query. | ||||
* | Properly rewrite queries where a bound parameter appears more then once. | Ilia Alshanetsky | 2006-01-25 | 1 | -4/+14 |
| | |||||
* | bump the year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | actually register PDO_PARAM_BOOL as a constant (doh!). | Wez Furlong | 2005-09-10 | 1 | -2/+2 |
| | | | | | | | When emulating bound parameters, pass booleans via the driver's quoter method, so that is has an opportunity to tweak it. Refs #33876: PDO misquotes/miscasts bool(false) | ||||
* | Fix for #34233 | Edin Kadribasic | 2005-09-04 | 1 | -1/+1 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | avoid :: when looking for named parameters. | Wez Furlong | 2005-07-18 | 1 | -5/+6 |
| | | | | | Refs Bug #33736. | ||||
* | remember ? -> :pdox mapping so that binds by position can be mapped to names ↵ | Wez Furlong | 2005-07-12 | 1 | -7/+13 |
| | | | | if required. | ||||
* | - std not needed -> avoid warning | Marcus Boerger | 2005-07-08 | 1 | -2/+2 |
| | |||||
* | For named-parameter-to-named-parameter rewrites, we need to map the original | Wez Furlong | 2005-07-08 | 1 | -0/+13 |
| | | | | | names to the new names. | ||||
* | add a bit of a hack to cater for pgsql prepared statements. | Wez Furlong | 2005-07-08 | 1 | -2/+13 |
| | | | | | | | | | These are effectively named statements with strong constraints on the naming format. We cater for this in a fairly generic way: allow a driver to replace the format string we use to generate names from positional parameters. In addition, if that format is set, we always force a rewrite from regular names to the strongly enforced names. | ||||
* | Added missing header. | Ilia Alshanetsky | 2005-04-14 | 1 | -0/+1 |
| | |||||
* | *cough* | Wez Furlong | 2005-02-26 | 1 | -1/+1 |
| | |||||
* | fix for PECL #3545 | Wez Furlong | 2005-02-26 | 1 | -9/+29 |
| | |||||
* | implement mapping of :name to ? parameters for drivers that only support ? | Wez Furlong | 2005-02-13 | 1 | -3/+18 |
| | | | | | | | | placeholders. The current restriction is that you may not use the same named parameter more than one in a given query, as there is a danger of scary things happen with the zval if it gets bound multiple times. | ||||
* | it's only an error in emulation mode; rewrite happens in prepare, which | Wez Furlong | 2005-02-13 | 1 | -1/+1 |
| | | | | | happens before bindParam | ||||
* | kill unused var | Ilia Alshanetsky | 2005-02-09 | 1 | -1/+0 |
| | |||||
* | handle input LOBs (which are passed as streams) in bound parameter emulation. | Wez Furlong | 2005-02-07 | 1 | -12/+38 |
| | | | | | Update error handling. | ||||
* | Don't segault when we have placeholders but no bound params | Edin Kadribasic | 2005-02-06 | 1 | -0/+7 |
| | |||||
* | pass param type to quoter functions | Wez Furlong | 2005-02-05 | 1 | -1/+2 |
| | |||||
* | Revise query parser so that it can rewrite from one bind syntax to another. | Wez Furlong | 2005-01-21 | 1 | -1/+187 |
| | | | | | Expose it as PDO_API. No drivers utilize this feature yet. |