Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Michael Wallner | 2013-08-20 | 1 | -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 Wallner | 2013-08-20 | 1 | -29/+34 | |
| | | ||||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2013-06-10 | 1 | -2/+2 | |
|\ \ | |/ | | | | | | | | | * PHP-5.4: typo fixes (argument) typo fixes (accommodate, parameter) | |||||
| * | typo fixes (accommodate, parameter) | Veres Lajos | 2013-06-10 | 1 | -2/+2 | |
| | | ||||||
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 | |
| | | ||||||
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 | |
| | | ||||||
* | | Invoke re2c with --no-generation-date to prevent unintentional / unnecessary ↵ | Sebastian Bergmann | 2012-12-06 | 1 | -1/+1 | |
|/ | | | | changes in generated files. | |||||
* | Commit generated file | Johannes Schlüter | 2012-04-19 | 1 | -122/+118 | |
| | ||||||
* | Update generated file. | Johannes Schlüter | 2012-04-18 | 1 | -5/+6 | |
| | ||||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 | |
| | ||||||
* | - Fixed bug #54929 (Parse error with single quote in sql comment) | Felipe Pena | 2011-06-04 | 1 | -61/+168 | |
| | ||||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 | |
| | ||||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 | |
| | ||||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 | |
| | ||||||
* | - MFH: Better fix | Felipe Pena | 2008-11-13 | 1 | -8/+5 | |
| | ||||||
* | - MFH: Fixed invalid reads | Felipe Pena | 2008-11-13 | 1 | -2/+2 | |
| | ||||||
* | - MFH: Fixed bug #43925 (Incorrect argument counter in prepared statements ↵ | Felipe Pena | 2008-10-23 | 1 | -2/+3 | |
| | | | | with pgsql) | |||||
* | MFH: | Felipe Pena | 2008-10-10 | 1 | -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 Bergmann | 2007-12-31 | 1 | -1/+1 | |
| | ||||||
* | Revert addition of - char support for bound param names | Ilia Alshanetsky | 2007-11-26 | 1 | -10/+8 | |
| | ||||||
* | Fixed bug #43130 (Bound parameters cannot have - in their name) | Ilia Alshanetsky | 2007-10-29 | 1 | -116/+224 | |
| | ||||||
* | Fixed bug #41596 (Fixed a crash inside pdo_pgsql on some non-well-formed | Ilia Alshanetsky | 2007-06-05 | 1 | -21/+26 | |
| | | | | | SQL queries). | |||||
* | Fixed bug #40417 (Allow multiple instances of the same named PDO token in | Ilia Alshanetsky | 2007-03-06 | 1 | -3/+15 | |
| | | | | | prepared statement emulation code). | |||||
* | Better generated parser | Ilia Alshanetsky | 2007-02-02 | 1 | -222/+116 | |
| | ||||||
* | Fixed bug #40285 (The PDO prepare parser goes into an infinite loop in | Ilia Alshanetsky | 2007-02-01 | 1 | -175/+234 | |
| | | | | | 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... | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug #36798 (Error parsing named parameters with queries containing | Ilia Alshanetsky | 2006-12-05 | 1 | -85/+36 | |
| | | | | | high-ascii chars). | |||||
* | Fixed bug #39483 (Problem with handling of \ char in prepared statements). | Ilia Alshanetsky | 2006-12-04 | 1 | -5/+5 | |
| | ||||||
* | Added missing check for mismatching number of tokens & bound params in | Ilia Alshanetsky | 2006-12-03 | 1 | -3/+8 | |
| | | | | | prepared statement emulation. | |||||
* | Fixed a possible crash | Ilia Alshanetsky | 2006-11-23 | 1 | -4/+7 | |
| | ||||||
* | Fixed generated file | Ilia Alshanetsky | 2006-11-12 | 1 | -44/+9 | |
| | ||||||
* | Fixed a memory leak when named & positional params are being used in the | Ilia Alshanetsky | 2006-11-12 | 1 | -216/+247 | |
| | | | | | same query. | |||||
* | Properly rewrite queries where a bound parameter appears more then once. | Ilia Alshanetsky | 2006-01-25 | 1 | -5/+15 | |
| | ||||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -4/+4 | |
| | ||||||
* | touch with re2c 0.9.11 | foobar | 2005-12-18 | 1 | -2/+2 | |
| | ||||||
* | - Fix paths for --enable-gcov usage | foobar | 2005-12-01 | 1 | -10/+10 | |
| | | | | | # re2c -b -o ext/pdo/pdo_sql_parser.c ext/pdo/pdo_sql_parser.re | |||||
* | and touch the generated file | Wez Furlong | 2005-09-10 | 1 | -23/+23 | |
| | ||||||
* | touch | Edin Kadribasic | 2005-09-04 | 1 | -154/+108 | |
| | ||||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 | |
| | ||||||
* | touch with working re2c | foobar | 2005-07-18 | 1 | -39/+71 | |
| | ||||||
* | touch generated file | Wez Furlong | 2005-07-18 | 1 | -103/+190 | |
| | ||||||
* | Touch with working re2c | foobar | 2005-07-12 | 1 | -185/+98 | |
| | ||||||
* | touch generated file | Wez Furlong | 2005-07-12 | 1 | -34/+40 | |
| | ||||||
* | - Regenerate using re2c 0.9.8 | Marcus Boerger | 2005-07-08 | 1 | -29/+29 | |
| | ||||||
* | generated file | Wez Furlong | 2005-07-08 | 1 | -1/+14 | |
| | ||||||
* | And the generated version of the parser | Wez Furlong | 2005-07-08 | 1 | -94/+194 | |
| | ||||||
* | As per PDO meeting on PHP|Tropics fetchSingle is being renamed to | Ilia Alshanetsky | 2005-05-17 | 1 | -16/+30 | |
| | | | | | fetchColumn and now supports specification of the column to retrieve. | |||||
* | missing header (re2c 0.9.4 built .c file) | Ilia Alshanetsky | 2005-04-14 | 1 | -14/+15 | |
| | ||||||
* | *cough* | Wez Furlong | 2005-02-26 | 1 | -2/+2 | |
| |