summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/postgre
AgeCommit message (Expand)AuthorFilesLines
2012-11-01Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)Andrey Andreev4-4/+8
2012-10-27Docblock improvementsAndrey Andreev1-1/+3
2012-10-27Add database schema configuration support (used by PostgreSQL, fix #158)Andrey Andreev1-2/+7
2012-10-24[ci skip] style and phpdoc-related changes (rel #1295)Andrey Andreev3-8/+8
2012-10-12Merge changes from developAndrey Andreev1-21/+9
2012-10-06Fix issue #1257Andrey Andreev1-16/+0
2012-10-04Fix issue #1789Andrey Andreev1-4/+0
2012-08-01Merge pull request #1601 from rwillert/patch-1Phil Sturgeon1-1/+9
2012-07-19Remove _limit()'s extra parameters and qb_limit, qb_offset unneeded typecasts...Andrey Andreev1-4/+2
2012-07-18Merge where() and having() logic - it's structurally identical and only the k...Andrey Andreev1-9/+11
2012-07-18Remove dependancies on qb_like and remove unneeded parameters from _delete(),...Andrey Andreev1-48/+21
2012-07-16Fix on _update_batch() : wrong variable used for field selectionaroche1-1/+1
2012-07-10Reconnect to PostgreSQL database if connection droped.rwillert1-1/+9
2012-07-06_fetch_object(), custom_result_object() to utilize PHP's native capability to...Andrey Andreev1-2/+3
2012-07-05Add a default _count_string propertyAndrey Andreev1-6/+0
2012-07-05Clean-up the separate drivers' DB result classes from no longer needed methodsAndrey Andreev1-1/+4
2012-06-25Fix issues #1529 & #1530Andrey Andreev1-2/+2
2012-06-25Change where() to skip dbprefix (until a better solution is available)Andrey Andreev1-3/+6
2012-06-24Add a default _limit() method to the Query Builder classAndrey Andreev1-1/+1
2012-06-23Add _where() changes from pull #1517 to the PostgreSQL driverAndrey Andreev1-7/+9
2012-06-17Improve escaping, support for table names with spaces and fix where() for str...Andrey Andreev1-2/+2
2012-06-16Added an escape parameter to where_in(), or_where_in(), where_not_in(), or_wh...Andrey Andreev1-4/+1
2012-06-10Fix _where() with multiple condition custom queryAndrey Andreev1-1/+1
2012-06-10Fix _where() escaping operatorsAndrey Andreev1-5/+4
2012-06-08escape_identifiers() to accept arrays as wellAndrey Andreev1-8/+2
2012-06-08Add a default _from_tables() method to CI_DB_query_builder and remove it from...Andrey Andreev1-6/+1
2012-06-08Revert back some escape_identifiers() to proect_identifiers() as the first on...Andrey Andreev1-1/+1
2012-06-08Resolve formatting differences between DB forge driversAndrey Andreev1-25/+27
2012-06-02Fixed bug in PostgreSQL introduced in 48a2baf0e288accd206f5da5031d29076e130792Alex Bilbie1-1/+1
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /system/databaseAlex Bilbie2-8/+8
2012-05-26Move count_all() from the drivers to CI_DB_driverAndrey Andreev1-29/+0
2012-05-24Added update_batch() support for PostgreSQL (issue #356)Andrey Andreev1-0/+41
2012-05-23Removed the parameter use in database drivers' _close() and added a default _...Andrey Andreev1-3/+2
2012-05-15Minor changes on the pull #1355 additionsAndrey Andreev1-4/+4
2012-05-15Escaping boolean data type for postgreSoesapto Joeni Hantoro1-10/+2
2012-05-15Escaping boolean data type for postgreSoesapto Joeni Hantoro1-2/+2
2012-05-15Escaping boolean data type on postgreSoesapto Joeni Hantoro1-0/+101
2012-04-26Merge pull request #981 from narfbg/develop-db-postgrePhil Sturgeon2-81/+56
2012-04-26Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developJamie Rumbelow4-370/+149
2012-04-12Changed default CI_DB_result::_data_seek() return value to FALSE and removed ...Andrey Andreev1-1/+1
2012-04-10Add back an unused argument to _delete() due to CI_DB_driver being abstractAndrey Andreev1-1/+1
2012-04-09Merge upstream branchAndrey Andreev3-108/+25
2012-04-09DB Utility improvementsAndrey Andreev1-38/+3
2012-04-09Switched public driver methods in DB forge to protectedAndrey Andreev1-2/+2
2012-04-09Multiple DB Forge improvementsAndrey Andreev1-53/+1
2012-04-09Add back limit parameter to Interbase and PostgreSQL _delete() due to CI_DB_a...Andrey Andreev1-1/+2
2012-04-09Added a default _delete() method to CI_DB_active_recordAndrey Andreev1-15/+6
2012-04-09Extend fix for #798 to work across all DB drivers instead of just mysqlAndrey Andreev1-7/+11
2012-04-06Update _delete() and _update() with removal of unsupported LIMIT and ORDER BYAndrey Andreev1-8/+4
2012-04-06Merge upstream branchAndrey Andreev2-90/+2