summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/pdo/subdrivers/pdo_pgsql_driver.php
AgeCommit message (Collapse)AuthorFilesLines
2012-10-27Add database schema configuration support (used by PostgreSQL, fix #158)Andrey Andreev1-2/+7
2012-10-12Merge changes from developAndrey Andreev1-16/+0
2012-10-06Fix issue #1257Andrey Andreev1-16/+0
2012-07-19Remove _limit()'s extra parameters and qb_limit, qb_offset unneeded ↵Andrey Andreev1-4/+2
typecasts + add _compile_group_by() method
2012-07-18Merge where() and having() logic - it's structurally identical and only the ↵Andrey Andreev1-9/+11
keyword differs
2012-07-18Remove dependancies on qb_like and remove unneeded parameters from ↵Andrey Andreev1-45/+22
_delete(), _like(), _update(), _update_batch()
2012-07-05Replace localhost with 127.0.0.1 and remove the PDO::ERRMODE_SILENT option - ↵Andrey Andreev1-1/+1
it's the default anyway
2012-06-25Fix pdo_pgsql _limit()Andrey Andreev1-1/+1
2012-06-25Add pdo_odbc subdriverAndrey Andreev1-1/+1
2012-06-25Add pdo_4d subdriverAndrey Andreev1-1/+1
2012-06-24Add pdo_mysql subdriverAndrey Andreev1-1/+1
2012-06-23Add pdo_pgsql subdriverAndrey Andreev1-0/+341