index
:
adodb
master
v5.22.11-lsc
adodb PHP Database Abstraction Layer
lester@lsces.co.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-15
Coding guidelines and whitespace
Damien Regad
2
-144
/
+174
2015-05-15
Fix incorrect behavior for GetAssoc()
Damien Regad
1
-1
/
+4
2015-05-04
Improve documentation of fetch mode and assoc case
Damien Regad
2
-33
/
+53
2015-05-04
Coding guidelines and whitespace
Damien Regad
2
-157
/
+363
2015-05-04
Remove unused, useless and commented out code
Damien Regad
2
-82
/
+1
2015-05-04
.gitignore: Add Netbeans IDE project
Damien Regad
1
-0
/
+1
2015-05-04
Warning about Associative fetch mode issue in v5.19
Damien Regad
2
-0
/
+18
2015-04-20
Update changelog
Damien Regad
1
-1
/
+4
2015-04-20
Define DB_AUTOQUERY_* constants in main include
Damien Regad
3
-7
/
+8
2015-04-20
Unset global variable after use
Damien Regad
1
-1
/
+3
2015-04-20
When flushing cache, initialize it if it is not set
Damien Regad
1
-1
/
+2
2015-04-20
Fix PHP notices
Damien Regad
1
-0
/
+2
2015-04-20
Follow-up fix for #92: remove extra line
Damien Regad
1
-2
/
+4
2015-04-20
Active record: fix inability to set values from 0 to null
Damien Regad
1
-1
/
+1
2015-04-20
Whitespace and coding guidelines
Damien Regad
2
-431
/
+642
2015-04-20
fix exception for calling implode with NULL parameter
twonky4
1
-0
/
+1
2015-04-20
New PDO sqlsrv driver
Damien Regad
3
-97
/
+276
2015-04-20
Update changelog
Damien Regad
1
-0
/
+1
2015-04-20
Whitespace and coding guidelines
Damien Regad
2
-140
/
+257
2015-04-20
dsn/connection support for sqlsrv
MarcelTO
1
-1
/
+13
2015-04-20
added driver for pdo sqlsrv
MarcelTO
1
-0
/
+49
2015-04-20
mssql datetime2 metatype mapping
MarcelTO
2
-1
/
+3
2015-04-20
XMLschema: ExtractSchema() fixes
peterdd
2
-3
/
+3
2015-04-20
Fix PHP strict warning in ADODB_Active_Record::Reload()
Damien Regad
2
-2
/
+6
2015-04-20
Convert docs-adodb.htm to UTF8
Damien Regad
1
-523
/
+523
2015-04-20
Parse port out of hostname if specified when connecting
Andy Theuninck
2
-0
/
+7
2015-04-20
Add support for pagination with complex queries
Mike Benoit
3
-2
/
+11
2015-04-20
Fix pgsql support on HHVM 3.6
Damien Regad
3
-30
/
+36
2015-04-20
Update changelog
Damien Regad
1
-2
/
+4
2015-04-20
Remove uncessary silencer
Mike Benoit
1
-1
/
+1
2015-04-20
Use pg_query() instead of pg_exec()
Mike Benoit
1
-17
/
+17
2015-04-20
Fix whitespace / comments
Mike Benoit
1
-8
/
+9
2015-04-20
Replace pg_cmdtuples() alias by pg_affected_rows()
Damien Regad
1
-3
/
+1
2015-04-20
Move() method returns false if given row is < 0
Mike Benoit
1
-0
/
+5
2015-03-05
Whitespace
Damien Regad
1
-181
/
+185
2015-03-04
Fix qstr() when called without an active connection.
Damien Regad
2
-1
/
+4
2015-03-04
PHPDoc, whitespace
Damien Regad
1
-14
/
+16
2015-03-04
Suppress PHP warning during unlink in adodb_write_file()
Damien Regad
1
-1
/
+1
2015-03-04
Update changelog
Damien Regad
1
-0
/
+2
2015-03-04
postgres: Fix AlterColumnSQL when updating multiple columns
Jouni Ahto
1
-1
/
+1
2015-03-04
pdo: align method signatures with parent class
Andy Theuninck
1
-2
/
+2
2015-03-04
oci8: fix broken quoting in tables
Andreas Fernandez
2
-0
/
+3
2015-03-04
Fixed Including of memcache library only once for PHPUnit 4.x
Alan Farquharson
2
-1
/
+2
2015-03-04
Fix further broken links and remove some obsolete material
Damien Regad
10
-36
/
+34
2015-03-04
URLs in documentation need updating
Vincent McIntyre
7
-20
/
+20
2015-03-04
SQLite: fix typo of $this for _connect
azghanvi
1
-1
/
+1
2014-10-29
SQLite3: fix _pconnect()
Damien Regad
1
-14
/
+3
2014-10-29
SQLite3: Fix #51 wrong connection parameter
Damien Regad
2
-3
/
+4
2014-10-29
SQLite3: ServerInfo() now returns driver version
Damien Regad
2
-2
/
+4
2014-10-29
SQLite3: Fix #53: FetchField column name
Damien Regad
2
-1
/
+2
[next]