Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-02-25 | Make db_pconnect an alias for db_connect(TRUE) and reduce code repetition | Andrey Andreev | 1 | -12/+0 | |
2014-02-11 | 2013 > 2014 | darwinel | 4 | -4/+4 | |
Update copyright notices from 2013 to 2014. And update one calendar example in user_guide from year 2013/2014 to 2014/2015. | |||||
2014-01-21 | SQLSRV improvements | Andrey Andreev | 2 | -3/+66 | |
Mainly for performance (issue #2474), but also added a 'scrollable' configuration flag and auto-detection for SQLSRV_CURSOR_CLIENT_BUFFERED (only available since SQLSRV 3). | |||||
2013-01-10 | Unify escape_str() array input and LIKE logic | Andrey Andreev | 1 | -37/+0 | |
Added protected method _escape_str() to deal with quote escaping. | |||||
2013-01-10 | Fix SQLSRV escape_str() | Andrey Andreev | 1 | -1/+23 | |
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 4 | -4/+4 | |
2012-11-19 | Update system/database/drivers/sqlsrv/sqlsrv_driver.php | Eco91 | 1 | -1/+1 | |
2012-11-19 | Update system/database/drivers/sqlsrv/sqlsrv_driver.php | Eco91 | 1 | -1/+1 | |
Connection error if database name contains space-characters. Use of MSSQL brackets => 'USE [Database Name]' instead of 'USE Database Name' | |||||
2012-11-16 | Improve DB field_data() for PostgreSQL | Andrey Andreev | 1 | -2/+2 | |
2012-11-16 | Improve DB field_data() for Oracle (and fix its max_length for MSSQL / SQLSRV) | Andrey Andreev | 1 | -2/+4 | |
2012-11-16 | Improve DB field_data() for MSSQL / SQL Server | Andrey Andreev | 2 | -16/+35 | |
2012-11-13 | Add seed values support for Query Builder order_by | Andrey Andreev | 1 | -2/+2 | |
(feature request #1987) | |||||
2012-11-06 | Fix a lang key typo | Andrey Andreev | 2 | -2/+2 | |
2012-11-06 | Fix #589 | Andrey Andreev | 1 | -0/+23 | |
2012-11-05 | Refactored DB Forge | Andrey Andreev | 1 | -96/+64 | |
- PDO subdrivers are isolated from each other now. - Added compatibility for pretty much all of the features, for every DB platform. - Unified the way that stuff works in general. - Fixes issue #1005. | |||||
2012-11-05 | Fix DB drivers version() implementations that don't execute a query | Andrey Andreev | 1 | -1/+5 | |
Fails if called prior to the DB connection initialization. | |||||
2012-11-02 | [ci skip] DocBlocks for DB drivers' driver classes | Andrey Andreev | 1 | -20/+38 | |
Partially fixes issue #1295. | |||||
2012-11-02 | [ci skip] DocBlocks for DB drivers' result classes | Andrey Andreev | 1 | -1/+1 | |
Partially fixes issue #1295. | |||||
2012-11-02 | [ci skip] DocBlocks for DB drivers' utility classes | Andrey Andreev | 2 | -2/+22 | |
Partially fixes issue #1295. | |||||
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 4 | -4/+8 | |
Also partially fixes issue #1295, fixes inconsistencies in some page-level docblocks and adds include checks in language files. | |||||
2012-10-24 | [ci skip] style and phpdoc-related changes (rel #1295) | Andrey Andreev | 1 | -0/+2 | |
2012-10-23 | Fix issue #1917 | Andrey Andreev | 1 | -2/+21 | |
2012-10-12 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into ↵ | Andrey Andreev | 1 | -4/+5 | |
feature/db_qb_aliasing | |||||
2012-10-12 | Set MySQL client compression to FALSE by default (problems reported with ↵ | Andrey Andreev | 1 | -4/+5 | |
it), fix some typos, add encrypted database connections support and fix SQLSRV CharacterSet setting | |||||
2012-10-12 | Merge changes from develop | Andrey Andreev | 1 | -21/+1 | |
2012-10-11 | Fix issue #1875 | Andrey Andreev | 1 | -1/+1 | |
2012-10-06 | Fix issue #1257 | Andrey Andreev | 1 | -16/+0 | |
2012-10-04 | Fix issue #1789 | Andrey Andreev | 1 | -4/+0 | |
Signed-off-by: Andrey Andreev <narf@bofh.bg> | |||||
2012-07-23 | Fix a bug in CI_DB_sqlsrv_driver::affected_rows() | Andrey Andreev | 1 | -1/+1 | |
2012-07-19 | Implement _compile_order_by() | Andrey Andreev | 1 | -3/+3 | |
2012-07-19 | Remove _limit()'s extra parameters and qb_limit, qb_offset unneeded ↵ | Andrey Andreev | 1 | -9/+7 | |
typecasts + add _compile_group_by() method | |||||
2012-07-18 | Merge where() and having() logic - it's structurally identical and only the ↵ | Andrey Andreev | 1 | -1/+1 | |
keyword differs | |||||
2012-07-18 | Remove dependancies on qb_like and remove unneeded parameters from ↵ | Andrey Andreev | 1 | -31/+10 | |
_delete(), _like(), _update(), _update_batch() | |||||
2012-07-06 | _fetch_object(), custom_result_object() to utilize PHP's native capability ↵ | Andrey Andreev | 1 | -2/+3 | |
to directly return custom class results | |||||
2012-07-05 | Add a default _count_string property | Andrey Andreev | 1 | -6/+0 | |
2012-07-05 | Clean-up the separate drivers' DB result classes from no longer needed methods | Andrey Andreev | 1 | -2/+5 | |
2012-07-03 | Fix issue #1567 | Andrey Andreev | 1 | -1/+1 | |
2012-07-02 | Fix MSSQL & SQLSRV db_connect() | Andrey Andreev | 1 | -2/+2 | |
2012-06-24 | Some fixes to the SQLSRV and MSSQL drivers | Andrey Andreev | 1 | -3/+13 | |
2012-06-11 | Add OFFSET support for SQL Server 2005+ in MSSQL/SQLSRV | Andrey Andreev | 1 | -3/+22 | |
2012-06-10 | Fix issue #1452 | Andrey Andreev | 4 | -4/+4 | |
2012-06-08 | Update OFFSET implementation for SQL Server 2012 | Andrey Andreev | 1 | -6/+3 | |
2012-06-08 | Add OFFSET support for SQL Server 2012 | Andrey Andreev | 1 | -0/+6 | |
2012-06-08 | escape_identifiers() to accept arrays as well | Andrey Andreev | 1 | -2/+2 | |
2012-06-08 | Added MSSQL/SQLSRV field escaping support with QUOTE_IDENTIFIER detection ↵ | Andrey Andreev | 1 | -2/+13 | |
(issue #706) | |||||
2012-06-08 | Add a default _from_tables() method to CI_DB_query_builder and remove it ↵ | Andrey Andreev | 1 | -6/+1 | |
from most of the drivers | |||||
2012-06-08 | Revert back some escape_identifiers() to proect_identifiers() as the first ↵ | Andrey Andreev | 1 | -2/+2 | |
one can't handle arrays | |||||
2012-06-07 | Merge upstream branch | Andrey Andreev | 2 | -65/+42 | |
2012-06-07 | Fix issue #861 (and previous commit, for that matter) | Andrey Andreev | 1 | -2/+1 | |
2012-06-07 | Added a work-around for MSSQL/SQLSRV create_table() with INT column types ↵ | Andrey Andreev | 1 | -0/+1 | |
(column lengths are not supported) |