summaryrefslogtreecommitdiffstats
path: root/system/database/DB_query_builder.php
AgeCommit message (Collapse)AuthorFilesLines
2012-06-22fixed query grouping when using where($array) syntaxWanWizard1-10/+4
on request of Phil
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 ↵Andrey Andreev1-2/+2
strings with no spaces around operators
2012-06-16Spelling fixes - `wether` to `whether`Alex Bilbie1-1/+1
Interestingly `wether` means a castrated ram in old English
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(), ↵Andrey Andreev1-12/+14
or_where_not_in() and made where(), or_where() to default the escape setting to the value of _protect_identifiers
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 ↵Andrey Andreev1-0/+18
from most of the drivers
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
Can not use $array[] for reading.
2012-04-26Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developJamie Rumbelow1-39/+163
Conflicts: system/core/Loader.php system/database/DB_query_builder.php system/database/drivers/cubrid/cubrid_driver.php system/database/drivers/mssql/mssql_driver.php system/database/drivers/mysql/mysql_driver.php system/database/drivers/mysqli/mysqli_driver.php system/database/drivers/oci8/oci8_driver.php system/database/drivers/odbc/odbc_driver.php system/database/drivers/pdo/pdo_driver.php system/database/drivers/postgre/postgre_driver.php system/database/drivers/sqlite/sqlite_driver.php user_guide_src/source/changelog.rst user_guide_src/source/database/query_builder.rst
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
Conflicts: system/database/DB_driver.php system/database/DB_query_builder.php
2012-02-21Fixing an error in #1061Jamie Rumbelow1-25/+25
2012-02-19Renaming Active Record to Query Builder across the systemJamie Rumbelow1-0/+2217