summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-09pgsql: Stop using legacy function aliasesMikeB2-9/+9
2014-09-09Work around minor differences in HHVM behavior for MySQL.MikeB1-2/+7
2014-09-09WhitespaceDamien Regad2-471/+456
2014-09-09mysql: prevent race conditions when creating/dropping sequencesDamien Regad1-2/+2
2014-09-09mysqli: prevent race conditions when creating/dropping sequencesMikeB1-2/+2
2014-09-09Fix adodb_strip_order_by() for subqueries with order/limitMikeB1-2/+2
2014-09-08Align method signatures to parent classAndreas Fernandez11-19/+20
2014-09-06Revise sessions doc notification sectionDamien Regad1-8/+8
2014-09-06Convert language files to UTF-8Damien Regad18-279/+239
2014-09-06Update changelogDamien Regad1-0/+1
2014-08-26Convert file adodb-th.inc.php from TIS-620 to UTF-8Marc-Etienne Vargenau1-28/+28
2014-08-26Convert Esperanto file from 'x' convention to UTF-8Marc-Etienne Vargenau1-5/+5
2014-08-26Be consistent: use langage code for EsperantoMarc-Etienne Vargenau1-0/+0
2014-08-26Remove HTML entities; fix French translationMarc-Etienne Vargenau4-32/+32
2014-08-25Convert file adodb-ar.inc.php from WINDOWS-1256 to UTF-8Marc-Etienne Vargenau1-27/+27
2014-08-25Convert file adodb-cn.inc.php from GB2312 to UTF-8Marc-Etienne Vargenau1-28/+27
2014-08-25Move adodb-bgutf8.inc.php to adodb-bg.inc.phpMarc-Etienne Vargenau2-64/+28
2014-08-25Convert file adodb-cz.inc.php from ISO 8859-2 to UTF-8Marc-Etienne Vargenau1-5/+1
2014-08-25Convert file adodb-uk1251.inc.php from WINDOWS-1251 to UTF-8; rename to adodb...Marc-Etienne Vargenau2-34/+34
2014-08-25Convert file adodb-ru1251.inc.php from WINDOWS-1251 to UTF-8; rename to adodb...Marc-Etienne Vargenau2-34/+34
2014-08-25Convert file adodb-pl.inc.php from ISO 8859-2 to UTF-8Marc-Etienne Vargenau1-18/+18
2014-08-25Convert file adodb-hu.inc.php from ISO 8859-2 to UTF-8Marc-Etienne Vargenau1-4/+4
2014-08-07Remove undefined variable referenceDamien Regad1-2/+2
2014-08-07Rename Thai language fileDamien Regad1-0/+0
2014-08-07Convert files from ISO-8859-1 encoding to UTF-8Damien Regad15-265/+265
2014-05-20Fix array to string conversion noticeDamien Regad1-2/+2
2014-05-16Fix #18: PHP Strict Standards in oci8 datadictDamien Regad2-3/+4
2014-05-13Fix indentationDamien Regad1-22/+25
2014-05-12postgres7: fix system warning in MetaColumns() with schemaDamien Regad3-3/+34
2014-05-12Fix version match regexDamien Regad2-1/+2
2014-05-12mssqlnative: replace error_log() calls with ADOConnection::outp()Damien Regad2-27/+28
2014-05-12WhitespaceDamien Regad1-14/+14
2014-05-12Fix AutoExecute behavior with empty result setDamien Regad2-25/+25
2014-05-07Update changelogDamien Regad1-0/+1
2014-05-07WhitespaceDamien Regad1-13/+13
2014-05-07Use constants in switch statementDamien Regad1-3/+3
2014-05-07AutoExecute does not respect empty ResultSet in case of UpdateDamien Regad1-3/+6
2014-05-07Simplify code to determine AutoExecute's return valueDamien Regad1-4/+1
2014-05-07Remove useless $false variableDamien Regad1-6/+5
2014-04-30Add phpDocDamien Regad1-0/+3
2014-04-30Simplify SQL in postgres7 MetaForeignKeysDamien Regad1-41/+22
2014-04-30Reformat SQL statementsDamien Regad1-81/+117
2014-04-30WhitespaceDamien Regad2-41/+41
2014-04-30memcache: include_once() to avoid error with PHPUnitDamien Regad2-2/+2
2014-04-30Bump version to 5.20devDamien Regad134-135/+137
2014-04-30buildrelease.py: don't copy the main README fileDamien Regad1-3/+1
2014-04-30buildrelease.py: script output fixesDamien Regad1-2/+2
2014-04-30buildrelease.py: fix origin repository pathDamien Regad1-1/+1
2014-04-30buildrelease.py: use git root instead of cwd if no fresh repoDamien Regad1-1/+1
2014-04-30uploadrelease.py: add documentation uploadDamien Regad2-17/+60