#
9c08e3cc |
| 07-Mar-2005 |
Marcus Boerger |
- Update signature
|
#
6ce9bcc3 |
| 28-Feb-2005 |
Marcus Boerger |
- Need to drop ce until engine gets fixed
|
#
fdc3fce3 |
| 28-Feb-2005 |
Marcus Boerger |
- Fix missapplied logic inversion
|
#
fef7cb4e |
| 27-Feb-2005 |
Marcus Boerger |
- Disable direct serializing for PHP 5.0
|
#
6b18b88b |
| 27-Feb-2005 |
Marcus Boerger |
- Allow default fetch mode to contain fetch flags
|
#
03a4a8c1 |
| 27-Feb-2005 |
Marcus Boerger |
- Add some fetch column related capailities - Add direct (classtype based) unserializing capabilities
|
#
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
|