summaryrefslogtreecommitdiffstats
path: root/system/database/DB_query_builder.php
AgeCommit message (Expand)AuthorFilesLines
2012-07-05Move _insert() and _update() defaults from Query Builder to DB_driver so that...Andrey Andreev1-52/+0
2012-06-26Fix get_where() testAndrey Andreev1-1/+1
2012-06-25Fix issues #1529 & #1530Andrey Andreev1-3/+3
2012-06-25Change where() to skip dbprefix (until a better solution is available)Andrey Andreev1-4/+12
2012-06-24Add a default _limit() method to the Query Builder classAndrey Andreev1-0/+17
2012-06-23Add _where() changes from pull #1517 to the PostgreSQL driverAndrey Andreev1-2/+4
2012-06-22fixed query grouping when using where($array) syntaxWanWizard1-10/+4
2012-06-18Changed limit() and offset() to ignore NULL valuesAndrey Andreev1-7/+3
2012-06-17Add join() USING supportAndrey Andreev1-3/+11
2012-06-17Improve escaping, support for table names with spaces and fix where() for str...Andrey Andreev1-2/+2
2012-06-16Spelling fixes - `wether` to `whether`Alex Bilbie1-1/+1
2012-06-16All Query Builder methods to respect _protect_identifiers by defaultAndrey Andreev1-18/+24
2012-06-16Added an escape parameter to where_in(), or_where_in(), where_not_in(), or_wh...Andrey Andreev1-12/+14
2012-06-16Changed order_by() default escaping to _protect_identifiersAndrey Andreev1-2/+3
2012-06-15Fix having()Andrey Andreev1-4/+3
2012-06-15Fix issue #1483Andrey Andreev1-1/+1
2012-06-15Fix issue #1482Andrey Andreev1-1/+1
2012-06-12join() with multiple conditions and optional escape parameterAndrey Andreev1-8/+44
2012-06-11Fix an issue introduced in 88cb278a1e52dd7db5b0ebe2037c12f0dd69c0c1Andrey Andreev1-1/+1
2012-06-11Fix a join() issueAndrey Andreev1-1/+1
2012-06-11Fix issue #1456Andrey Andreev1-2/+6
2012-06-11Remove unused qb_order property + other minor changesAndrey Andreev1-29/+17
2012-06-10Fix _where() with multiple condition custom queryAndrey Andreev1-1/+1
2012-06-10Fix _where() escaping operatorsAndrey Andreev1-5/+4
2012-06-10Merge branch 2.1-stable into developAndrey Andreev1-1/+1
2012-06-08Return $this when values ($key OR $values) is NULLRafael Queiroz1-1/+1
2012-06-08Add a default _from_tables() method to CI_DB_query_builder and remove it from...Andrey Andreev1-0/+18
2012-06-04Alter SQLite3's version() method and clear some spacesAndrey Andreev1-1/+1
2012-06-04Revert/optimize some changes from 48a2baf0e288accd206f5da5031d29076e130792Andrey Andreev1-3/+3
2012-06-03Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon1-30/+30
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /system/databaseAlex Bilbie1-30/+30
2012-05-27Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon1-25/+18
2012-05-24Fix issue #1273 and some cleanup in Query BuilderAndrey Andreev1-25/+18
2012-05-23Fixed conflicts with 2.1-stable merge.Phil Sturgeon1-6/+6
2012-04-28Minor assignment fix.George Petsagourakis1-1/+1
2012-04-26Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developJamie Rumbelow1-39/+163
2012-03-08Just the method, not the propertyJamie Rumbelow1-2/+2
2012-03-06accounting for the rename of protect_identifiersJamie Rumbelow1-22/+22
2012-03-06Updating a couple more references to the AR class in documentation [#1061]Jamie Rumbelow1-20/+20
2012-03-06Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developJamie Rumbelow1-13/+18
2012-02-21Fixing an error in #1061Jamie Rumbelow1-25/+25
2012-02-19Renaming Active Record to Query Builder across the systemJamie Rumbelow1-0/+2217