Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
e8ae97248e7afab87bcec5cfd7797d11dd6f916d
/
system
/
database
/
drivers
ed3fc51
Force ORDER BY usage with OFFSET-FETCH on SQL Server
by Andrey Andreev
· 10 years ago
71f0099
Fix an issue with 'postgre' persistent connections
by Andrey Andreev
· 10 years ago
5289f27
Polish changes following #3305
by Andrey Andreev
· 10 years ago
ce8aa3b
Remove comment field definition from all other forge classes
by Zachary Flower
· 10 years ago
e4b10bf
Move MySQL comments to MySQL forge classes only
by Zachary Flower
· 10 years ago
12ee7a1
Move comment field after unique field in db forge
by Zachary Flower
· 10 years ago
9b51228
Disable database COMMENT field by default in all other DB Forge drivers
by Zachary Flower
· 10 years ago
24fbc61
Add support for the COMMENT field in DBForge and MySQL Forge classes (pdo, mysql, and mysqli)
by Zachary Flower
· 10 years ago
bdb96ca
[ci skip] Switch to MIT license; close #3293
by Andrey Andreev
· 10 years ago
516f59c
ibase_driver add table/column aliases
by hArpanet
· 10 years ago
d07daa5
ibase_driver returning whitespace in table/column names
by hArpanet
· 10 years ago
5df2f1b
Missing looping index added. Without index empty rows returned for csv column headers.
by Dionysis Arvanitis
· 11 years ago
60f744b
Fix #3124
by Andrey Andreev
· 11 years ago
62fad28
Fix #3112
by Andrey Andreev
· 11 years ago
2bbbd1a
Remove (most of) error suppression from database drivers (issue #3036)
by Andrey Andreev
· 11 years ago
d3ddf97
Remove error-masking '@' in mysqli_driver (See: https://github.com/EllisLab/CodeIgniter/issues/3036)
by mdunisch
· 11 years ago
d5ce508
Minor fixes
by vlakoff
· 11 years ago
1a61ba4
[ci skip] Spacing adjustments
by Andrey Andreev
· 11 years ago
4b90a37
Add support for callable form validation rules
by Andrey Andreev
· 11 years ago
382b513
Don't use error suppression on is_dir(), file_exists()
by Andrey Andreev
· 11 years ago
4247ed1
Revert to error suppression on mysql_(p)connect() due to deprecation messages
by Andrey Andreev
· 11 years ago
f2818bd
Remove error suppression usage from db_connect()
by Andrey Andreev
· 11 years ago
2e17102
Make db_pconnect an alias for db_connect(TRUE) and reduce code repetition
by Andrey Andreev
· 11 years ago
ca39f2e
Don't use error suppression with ini_set()
by Andrey Andreev
· 11 years ago
871754a
2013 > 2014
by darwinel
· 11 years ago
cf63aee
Style Guide
by darwinel
· 11 years ago
f6779f5
Fix #2856
by Andrey Andreev
· 11 years ago
76160bc
Previous 2 commits were just dumb
by Andrey Andreev
· 11 years ago
84c0901
Fix a syntax error from last commit
by Andrey Andreev
· 11 years ago
279256f
Some fail-safe pdo_pgsql adjustments
by Andrey Andreev
· 11 years ago
1a9a4dc
Merge branch 'feature/dbforge_table_attributes' into develop
by Andrey Andreev
· 11 years ago
ba8bf56
SQLSRV improvements
by Andrey Andreev
· 11 years ago
27f798b
Add support for optional table attributes to CI_DB_forge::create_table()
by Andrey Andreev
· 11 years ago
d98c4a3
A tiny regexp improvement for CI_DB_driver::is_write_type()
by Andrey Andreev
· 11 years ago
f8f14f3
Fix a bug where DB() tried to set the MySQL-specific 'sql_mode' on all drivers
by Andrey Andreev
· 11 years ago
3ca060a
[ci skip] Remove a few more spaces
by Andrey Andreev
· 11 years ago
a9346aa
Fix a PostgreSQL string escaping bug and use pg_escape_literal() when possible
by Andrey Andreev
· 11 years ago
3c5ec85
Update MySQLi to use the PHP API for transactions, where possible
by Andrey Andreev
· 11 years ago
2d54a3a
Really fix #2490, rel: #2629
by Andrey Andreev
· 11 years ago
4013be3
Add support for UPDATE ... RETURNING statements in PostgreSQL
by Andrey Andreev
· 11 years ago
9f8e299
Adjust a few phpdoc in query builder code
by vlakoff
· 11 years ago
c941d85
Various typos and tabs adjustments
by vlakoff
· 11 years ago
4211344
Fix #2568
by Andrey Andreev
· 11 years ago
d5ab75e
Fix #2490 (an improved version of PR #2534)
by Andrey Andreev
· 12 years ago
c5a7c5f
[ci skip] Remove some empty lines
by Andrey Andreev
· 12 years ago
903f31b
Merge pull request #2447 from rlerdorf/develop
by Andrey Andreev
· 12 years ago
e18de50
Cherry-picking some changes from PR #2425:
by Andrey Andreev
· 12 years ago
49bce11
It looks like this should be $alter_type here
by Rasmus Lerdorf
· 12 years ago
219565d
Add a (default) CI_DB_query_builder::_update_batch() method
by Andrey Andreev
· 12 years ago
95da6e7
Remove CI_DB_pdo_driver::
by Andrey Andreev
· 12 years ago
07a5954
Set transaction enabled flag default to TRUE
by Dionysis Arvanitis
· 12 years ago
b835a4f
Fix list_fields seek bug
by Chris Buckley
· 12 years ago
1a00149
Move db_select() call from CI_DB_driver::initialize() to db_connect()
by Andrey Andreev
· 12 years ago
0b6a492
Unify escape_str() array input and LIKE logic
by Andrey Andreev
· 12 years ago
7545ffd
Fix SQLSRV escape_str()
by Andrey Andreev
· 12 years ago
be99966
Apply improvement proposed in #2142
by Andrey Andreev
· 12 years ago
a541087
Fix interbase limit issue for subqueries
by Timothy Warren
· 12 years ago
80500af
[ci skip] Happy new year
by Andrey Andreev
· 12 years ago
61c4d0a
[ci skip] Minor style/spacing changes following PR #2087
by Andrey Andreev
· 12 years ago
4851217
fixes #2081 : change parameter/variable name to 'foreign_key_checks', update change log
by Andrew Podner
· 12 years ago
79494dd
Resolves issue #2081 : provides an option to include statements to disable and re-enable foreign key checks in a MySQL database backup output statement.
by Andrew Podner
· 12 years ago
5e87250
Fix #2072
by Andrey Andreev
· 12 years ago
fd24adf
Remove CI_DB_oci8_result::data_seek()
by Andrey Andreev
· 12 years ago
69edc43
Rename DB_result _data_seek() to data_seek() and make it publicly available
by Andrey Andreev
· 12 years ago
c07c485
Fix postgre db_connect()
by Andrey Andreev
· 12 years ago
0259d12
Improve schema support for Postgre
by Andrey Andreev
· 12 years ago
838a9d6
[ci skip] Cleaned some spaces
by Andrey Andreev
· 12 years ago
3545102
Fix #2027
by Andrey Andreev
· 12 years ago
7ade8b7
Fix modify_column() issues (#2020)
by Andrey Andreev
· 12 years ago
3a5efc2
Fix issue #2015
by Andrey Andreev
· 12 years ago
d0822ce
Update system/database/drivers/sqlsrv/sqlsrv_driver.php
by Eco91
· 12 years ago
2f32890
Update system/database/drivers/sqlsrv/sqlsrv_driver.php
by Eco91
· 12 years ago
4173fa0
Add db_set_charset() support for the mssql driver
by Andrey Andreev
· 12 years ago
be18b96
Improve DB field_data() for IBM Informix and IBM DB2 (PDO)
by Andrey Andreev
· 12 years ago
4658307
Improve DB field_data() for PostgreSQL
by Andrey Andreev
· 12 years ago
e158057
Improve DB field_data() for Oracle (and fix its max_length for MSSQL / SQLSRV)
by Andrey Andreev
· 12 years ago
822e74e
Improve DB field_data() for SQLite
by Andrey Andreev
· 12 years ago
02e7a9d
Improve DB field_data() for Interbase / Firebird
by Andrey Andreev
· 12 years ago
f1e1b77
Improve DB field_data() for MSSQL / SQL Server
by Andrey Andreev
· 12 years ago
10ecc84
Improve DB field_data() for MySQL and CUBRID
by Andrey Andreev
· 12 years ago
02e4cd7
Fix PostgreSQL WHERE with boolean values
by Andrey Andreev
· 12 years ago
98e46cf
Add seed values support for Query Builder order_by
by Andrey Andreev
· 12 years ago
b67277b
Bring back the AFTER clause for DB Forge add_column()
by Andrey Andreev
· 12 years ago
b0a97c1
Fix DBForge index creation on MySQL and CUBRID
by Andrey Andreev
· 12 years ago
e8b8963
Fix #1985
by Andrey Andreev
· 12 years ago
8d3afde
Fix a lang key typo
by Andrey Andreev
· 12 years ago
083e3c8
Fix #589
by Andrey Andreev
· 12 years ago
eaa60c7
Added possibility to pass custom database objects to DB Forge and DB Utilities
by Andrey Andreev
· 12 years ago
a287a34
Refactored DB Forge
by Andrey Andreev
· 12 years ago
2b73037
Fix DB drivers version() implementations that don't execute a query
by Andrey Andreev
· 12 years ago
a24e52e
[ci skip] DocBlocks for DB drivers' driver classes
by Andrey Andreev
· 12 years ago
8463b91
[ci skip] DocBlocks for DB drivers' result classes
by Andrey Andreev
· 12 years ago
c98e93a
[ci skip] DocBlocks for DB drivers' utility classes
by Andrey Andreev
· 12 years ago
c5536aa
Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)
by Andrey Andreev
· 12 years ago
3e9d2b8
Docblock improvements
by Andrey Andreev
· 12 years ago
485a348
Add database schema configuration support (used by PostgreSQL, fix #158)
by Andrey Andreev
· 12 years ago
5bf1997
Merge pull request #1703 from ylynfatt/fix-oracle-out-of-sequence-warning
by Andrey Andreev
· 12 years ago
5fd3ae8
[ci skip] style and phpdoc-related changes (rel #1295)
by Andrey Andreev
· 12 years ago
4451454
Fix issue #1917
by Andrey Andreev
· 12 years ago
273cc47
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/db_qb_aliasing
by Andrey Andreev
· 12 years ago
Next »