History log of /PHP-5.5/ext/pdo/pdo_stmt.c (Results 201 – 225 of 282)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 40d180a8 23-Feb-2005 Marcus Boerger

- Reorganize ctor_args handling (fixes some bugs)


# 3c743e3a 22-Feb-2005 Marcus Boerger

- Allow to derive PDOStatement
- Verify fetch modes
- Add last fetch mode PDO_FETCH_FUNC (only valid inside fetchAll()) that
allows to completley customize the way data is treated on th

- Allow to derive PDOStatement
- Verify fetch modes
- Add last fetch mode PDO_FETCH_FUNC (only valid inside fetchAll()) that
allows to completley customize the way data is treated on the fly

show more ...


# d56ce00b 20-Feb-2005 Marcus Boerger

- Add fetch flag PDO_FETCH_CLASSTYPE


# 3239a565 20-Feb-2005 Marcus Boerger

- Only call the ctor once


# 5a262034 20-Feb-2005 Marcus Boerger

- Fix memleak and optimize PDO_FETCH_CLASS


# 883ee834 20-Feb-2005 Marcus Boerger

- Call ctor after initializing the props like regular db exts do


# 07a8ea22 20-Feb-2005 Marcus Boerger

- Need to specify class_entry in PDO_FETCH_CLASS mode


# b788dc9d 19-Feb-2005 Marcus Boerger

- Add fetch mode PDO_FETCH_UNIQUE


# a452a445 19-Feb-2005 Marcus Boerger

- Simplify


# 474fcab6 19-Feb-2005 Marcus Boerger

- Add PDO_FETCH_GROUP to fetchAll()


# 41674da5 19-Feb-2005 Marcus Boerger

- Add full PDO_FETCH_CLASS capabilities to fetchAll()


# e6a5ebbd 19-Feb-2005 Marcus Boerger

- Default to stdClass in PDO_FETCH_CLASS mode if no classname is given


Revision tags: RELEASE_0_2_4
# f860c703 13-Feb-2005 Marcus Boerger

- In fetch mode PDO_FETCH_CLASS handle constructor args
- Add PDOStatement::fetchObject


Revision tags: RELEASE_0_2_3
# 81999fde 13-Feb-2005 Wez Furlong

Fix variable declaration


# 0da6a84e 13-Feb-2005 Wez Furlong

implement mapping of :name to ? parameters for drivers that only support ?
placeholders.
The current restriction is that you may not use the same named parameter
more than one in a given

implement mapping of :name to ? parameters for drivers that only support ?
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.

show more ...


Revision tags: RELEASE_0_2_2, RELEASE_0_2_1
# 1b3dd5db 09-Feb-2005 Ilia Alshanetsky

remove unused vars.


Revision tags: RELEASE_0_2
# 36e3ea8c 07-Feb-2005 Wez Furlong

add input/output parameter type flag


# ccf0a6a5 06-Feb-2005 Wez Furlong

add a caller_frees parameter to get_col() to allow drivers that need
to allocate data on demand to do so without worrying about cleaning it up.

Spec out how LOB parameters are returned.


# e3ba31e8 06-Feb-2005 Wez Furlong

better handling of pdo-level errors


# b2126a84 06-Feb-2005 Wez Furlong

This will probably fix PECL Bug #3273


# 64e8c310 05-Feb-2005 Edin Kadribasic

Return lobs as strings for now


# 15e75420 05-Feb-2005 Wez Furlong

pass param type to quoter functions


# 6ddbfa07 21-Jan-2005 Wez Furlong

Revise query parser so that it can rewrite from one bind syntax to another.
Expose it as PDO_API. No drivers utilize this feature yet.


# a39d50c9 19-Jan-2005 Wez Furlong

don't propogate an unspecified length to the driver.
Drivers will used a 0 length as a hint that the parameter is an in-out or out
parameter.


# a536e31f 19-Jan-2005 Wez Furlong

leak/segv less


12345678910>>...12