| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
- running SED script
- manual adjustments for files not processed by regex
|
|
GetRowAssoc() and GetAssocKeys() parameter now defaults to
ADODB_ASSOC_CASE instead of ADODB_ASSOC_CASE_UPPER, which ensures we're
able to properly bind data when using lowercase field names.
Adjusts the test case accordingly.
Fixes #98
|
|
|
|
|
|
This is a workaround to prevent tests from failing with the new
_insertid() method relying on lastval() instead of OID.
|
|
Added TIMESTAMP type cast
|
|
- rely on default time zone instead of setting it to Asia/Kuala_Lumpur
- improve error message for PostgreSQL testing
- cosmetic changes
|
|
http://php.net/manual/en/language.basic-syntax.phptags.php
|
|
Bumped 'dev' version allows users who rely on source code downloaded
from the git repository rather than an official release tarball to
reliably determine that they are running a development version of the
library.
|
|
- Move all files in adodb5/ to root
- Remove adodb-for-php4/ directory
|