summaryrefslogtreecommitdiffstats
path: root/system/database
AgeCommit message (Expand)AuthorFilesLines
2012-06-23Add pdo_pgsql subdriverAndrey Andreev2-26/+352
2012-06-23Fix the subdriver checkAndrey Andreev1-1/+1
2012-06-23Alter DB() to check if a subdriver is availableAndrey Andreev1-1/+17
2012-06-23Rename pdodriver property to subdriver and make it available to all driversAndrey Andreev3-27/+27
2012-06-22fixed query grouping when using where($array) syntaxWanWizard1-10/+4
2012-06-20Small adjustment due to 079fbfcde095230f304e889217f897031a948f61Andrey Andreev1-1/+1
2012-06-18Changed limit() and offset() to ignore NULL valuesAndrey Andreev1-7/+3
2012-06-18Fix ODBC _limit()Andrey Andreev1-1/+1
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 Andreev3-34/+30
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 Andreev2-16/+15
2012-06-16Changed order_by() default escaping to _protect_identifiersAndrey Andreev1-2/+3
2012-06-15more loggingMichiel Vugteveen1-1/+1
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-15Fixed ANOTHER DB_Forge bug in the mysql driver. Phil Sturgeon1-1/+1
2012-06-15Somebody double `$$`ed, causing error Phil Sturgeon1-1/+1
2012-06-13Switch compile_binds() to use substr_replace() instead of str_replace()Andrey Andreev1-17/+13
2012-06-13Really fix compile_binds()Andrey Andreev1-9/+35
2012-06-13Fix a syntax errorAndrey Andreev1-1/+1
2012-06-12Additional improvements to compile_binds()Andrey Andreev1-4/+8
2012-06-12Fix issue #1460Andrey Andreev1-1/+1
2012-06-12Fix issue #145Andrey Andreev1-17/+9
2012-06-12Added MySQLi backup() supportAndrey Andreev1-2/+117
2012-06-12Change file permissions for system/core/*.php and system/database/DB.php so t...Andrey Andreev1-0/+0
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 issue #1264Andrey Andreev6-13/+84
2012-06-11Fix a join() issueAndrey Andreev1-1/+1
2012-06-11Fix issue #1456Andrey Andreev1-2/+6
2012-06-11Add OFFSET support for SQL Server 2005+ in MSSQL/SQLSRVAndrey Andreev2-4/+46
2012-06-11Remove unused qb_order property + other minor changesAndrey Andreev1-29/+17
2012-06-10Remove a non-existent variable usageAndrey Andreev1-1/+1
2012-06-10Fix _where() with multiple condition custom queryAndrey Andreev2-2/+2
2012-06-10Add BETWEEN to _has_operator()Andrey Andreev1-1/+1
2012-06-10Fix _where() escaping operatorsAndrey Andreev2-10/+8
2012-06-10Fix count_all()Andrey Andreev1-1/+1
2012-06-10Fix issue #1452Andrey Andreev5-17/+42
2012-06-10Merge branch 2.1-stable into developAndrey Andreev2-5/+7
2012-06-08Return $this when values ($key OR $values) is NULLRafael Queiroz1-1/+1
2012-06-08Fix issue #1447Andrey Andreev1-1/+1
2012-06-08Update OFFSET implementation for SQL Server 2012Andrey Andreev1-6/+3
2012-06-08Add OFFSET support for SQL Server 2012Andrey Andreev1-0/+6
2012-06-08escape_identifiers() to accept arrays as wellAndrey Andreev14-34/+37
2012-06-08Added MSSQL/SQLSRV field escaping support with QUOTE_IDENTIFIER detection (is...Andrey Andreev3-16/+73
2012-06-08Add a default _from_tables() method to CI_DB_query_builder and remove it from...Andrey Andreev12-157/+23
2012-06-08Revert back some escape_identifiers() to proect_identifiers() as the first on...Andrey Andreev12-28/+25