summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-15Use ADODB_ASSOC_CASE_xxx constantsDamien Regad3-14/+15
2015-05-15Coding guidelines and whitespaceDamien Regad2-144/+174
2015-05-15Fix incorrect behavior for GetAssoc()Damien Regad1-1/+4
2015-05-04Improve documentation of fetch mode and assoc caseDamien Regad2-33/+53
2015-05-04Coding guidelines and whitespaceDamien Regad2-157/+363
2015-05-04Remove unused, useless and commented out codeDamien Regad2-82/+1
2015-05-04.gitignore: Add Netbeans IDE projectDamien Regad1-0/+1
2015-05-04Warning about Associative fetch mode issue in v5.19Damien Regad2-0/+18
2015-04-20Update changelogDamien Regad1-1/+4
2015-04-20Define DB_AUTOQUERY_* constants in main includeDamien Regad3-7/+8
2015-04-20Unset global variable after useDamien Regad1-1/+3
2015-04-20When flushing cache, initialize it if it is not setDamien Regad1-1/+2
2015-04-20Fix PHP noticesDamien Regad1-0/+2
2015-04-20Follow-up fix for #92: remove extra lineDamien Regad1-2/+4
2015-04-20Active record: fix inability to set values from 0 to nullDamien Regad1-1/+1
2015-04-20Whitespace and coding guidelinesDamien Regad2-431/+642
2015-04-20fix exception for calling implode with NULL parametertwonky41-0/+1
2015-04-20New PDO sqlsrv driverDamien Regad3-97/+276
2015-04-20Update changelogDamien Regad1-0/+1
2015-04-20Whitespace and coding guidelinesDamien Regad2-140/+257
2015-04-20dsn/connection support for sqlsrvMarcelTO1-1/+13
2015-04-20added driver for pdo sqlsrvMarcelTO1-0/+49
2015-04-20mssql datetime2 metatype mappingMarcelTO2-1/+3
2015-04-20XMLschema: ExtractSchema() fixespeterdd2-3/+3
2015-04-20Fix PHP strict warning in ADODB_Active_Record::Reload()Damien Regad2-2/+6
2015-04-20Convert docs-adodb.htm to UTF8Damien Regad1-523/+523
2015-04-20Parse port out of hostname if specified when connectingAndy Theuninck2-0/+7
2015-04-20Add support for pagination with complex queriesMike Benoit3-2/+11
2015-04-20Fix pgsql support on HHVM 3.6Damien Regad3-30/+36
2015-04-20Update changelogDamien Regad1-2/+4
2015-04-20Remove uncessary silencerMike Benoit1-1/+1
2015-04-20Use pg_query() instead of pg_exec()Mike Benoit1-17/+17
2015-04-20Fix whitespace / commentsMike Benoit1-8/+9
2015-04-20Replace pg_cmdtuples() alias by pg_affected_rows()Damien Regad1-3/+1
2015-04-20Move() method returns false if given row is < 0Mike Benoit1-0/+5
2015-03-05WhitespaceDamien Regad1-181/+185
2015-03-04Fix qstr() when called without an active connection.Damien Regad2-1/+4
2015-03-04PHPDoc, whitespaceDamien Regad1-14/+16
2015-03-04Suppress PHP warning during unlink in adodb_write_file()Damien Regad1-1/+1
2015-03-04Update changelogDamien Regad1-0/+2
2015-03-04postgres: Fix AlterColumnSQL when updating multiple columnsJouni Ahto1-1/+1
2015-03-04pdo: align method signatures with parent classAndy Theuninck1-2/+2
2015-03-04oci8: fix broken quoting in tablesAndreas Fernandez2-0/+3
2015-03-04Fixed Including of memcache library only once for PHPUnit 4.xAlan Farquharson2-1/+2
2015-03-04Fix further broken links and remove some obsolete materialDamien Regad10-36/+34
2015-03-04URLs in documentation need updatingVincent McIntyre7-20/+20
2015-03-04SQLite: fix typo of $this for _connectazghanvi1-1/+1
2014-10-29SQLite3: fix _pconnect()Damien Regad1-14/+3
2014-10-29SQLite3: Fix #51 wrong connection parameterDamien Regad2-3/+4
2014-10-29SQLite3: ServerInfo() now returns driver versionDamien Regad2-2/+4