History log of /php-src/ext/pdo_odbc/odbc_stmt.c (Results 76 – 97 of 97)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# dc09c2ef 07-Jul-2005 Wez Furlong

DB2 wants us to use the proper ODBC 3 function for closing a cursor.

# 93024bc2 07-Jul-2005 Wez Furlong

Fix handling of parameter binding.
We need to guess at parameter sizing in some cases (eg: MS Access) as the
SQLDescribeParam() API is an optional feature.
Tidy up error handling.
Add

Fix handling of parameter binding.
We need to guess at parameter sizing in some cases (eg: MS Access) as the
SQLDescribeParam() API is an optional feature.
Tidy up error handling.
Add workaround for a shutdown bug that I see with MS ODBC implementation.
(working to determine the precise cause of this).
PDO core test suite now passes all tests.

show more ...

Revision tags: php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# acbeba2a 19-Apr-2005 Ilia Alshanetsky

Removed unused var.

Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1, RELEASE_0_2_4
# 427c5e0e 13-Feb-2005 Wez Furlong

tidy up error case

Revision tags: RELEASE_0_2_3
# 2a32b478 13-Feb-2005 Wez Furlong

typo-fix error message

Revision tags: RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2
# dbcf51b5 07-Feb-2005 Wez Furlong

a working implementation of LOB input parameters for ODBC.
however: when sending in a string from the script, we get a 1 byte overflow
of the pdo parameter structure... Need to install valgri

a working implementation of LOB input parameters for ODBC.
however: when sending in a string from the script, we get a 1 byte overflow
of the pdo parameter structure... Need to install valgrind on the test box

show more ...

# ac018c38 07-Feb-2005 Wez Furlong

This might allow piecewise sending of LOB data for input parameters.

# 501000f1 07-Feb-2005 Wez Furlong

Implement input/output parameters

# 3130ed30 06-Feb-2005 Wez Furlong

make configure smarter.
Update for new get_col() signature

# c56419ed 06-Feb-2005 Wez Furlong

support getting some more attributes

# 0162d009 21-Jan-2005 Wez Furlong

picky picky.
Lets make those OUTPUT rather than INPUT-OUTPUT.
We need some flag from the user if they want that.

# e28d2c80 19-Jan-2005 Wez Furlong

Take a stab at implementing out parameters for odbc

# 434d0689 19-Jan-2005 Wez Furlong

*compile before commit *
*compile before commit *
*compile before commit *

# af8bb16e 19-Jan-2005 Wez Furlong

implement nextRowset for ODBC
# this might even work first time

# b234f1e4 17-Jan-2005 Wez Furlong

tidy up a few things

# b2fe6756 12-Jan-2005 Wez Furlong

Support scrollable cursors

# 70da7390 07-Jan-2005 Wez Furlong

remove error map; odbc speaks SQLSTATE natively

Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1
# 70bd0320 25-May-2004 Wez Furlong

Use the correct label for the error message

# d13d9c60 25-May-2004 Wez Furlong

Allow setting the cursor name for ODBC statements, so that:

UPDATE foo set .... WHERE CURRENT OF <NAME>

statements will work.

Revision tags: php-4.3.7RC1, RELEASE_0_1_1
# 8d9c384f 22-May-2004 Wez Furlong

Fix doer()
Implement error handling for ODBC

# d4c5556b 17-May-2004 Wez Furlong

Let is build under unix.
Tested against IBM DB2 and unixODBC.
Could work with others.

# d6c4dee1 17-May-2004 Wez Furlong

ODBC (v3 ish) driver for PDO.
Will not build under unix yet.

1234