Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
ad4882fef8cdfb5d1795898de34440b001527d37
/
system
/
database
/
drivers
ad4882f
Fix #4120
by Andrey Andreev
· 9 years ago
eb49258
[ci skip] Fix 'sqlsrv' connect failure endless loop
by Andrey Andreev
· 9 years ago
10fb7d1
[ci skip] Normalize tabs/spaces
by Andrey Andreev
· 9 years ago
611e1fd
[ci skip] Fix a bug reported via PR #3704
by Andrey Andreev
· 10 years ago
cfc9e77
Add 'ssl_verify' option for mysqli driver
by Andrey Andreev
· 10 years ago
a38b0c4
Add SSL support for PDO_MYSQL too
by Andrey Andreev
· 10 years ago
9194b49
Improve the ssl_cipher check for MySQLi
by Andrey Andreev
· 10 years ago
76e643e
Refactor proposed changes from PR #3896
by Andrey Andreev
· 10 years ago
18ef616
Merge branch 'feature/mysqli-ssl' of github.com:ndigitals/CodeIgniter into feature/mysqli_ssl
by Andrey Andreev
· 10 years ago
820f06f
fix pdo/sqlite & update changelog
by ftwbzhao
· 10 years ago
69befa9
fix SQlite3 list_fields
by ftwbzhao
· 10 years ago
40780c2
Apply PR #3940 to sqlite3 driver and fix a wrong var name
by Andrey Andreev
· 10 years ago
a44f2b5
sqlite < 3.3 unsuported `_drop_table_if`
by ftwbzhao
· 10 years ago
ced557b
Removed db_options configuration item for implementation later. Changed 5 new MySQLi SSL configuration options to a single ssl_options config item that is an array that will be read to set the individual SSL options.
by Tim Nolte
· 10 years ago
89ed9fa
Merge branch 'develop' into feature/mysqli-ssl
by Tim Nolte
· 10 years ago
c09ab9d
Fixed missing MySQLi driver parameter DOCBLOCK descriptions. Updated database configuration documentation to include a list of the new MySQLi driver parameters.
by Tim Nolte
· 10 years ago
a0f1872
Updated the MySQLi driver to provide support for SSL connections as well as additional database connection options. Uses the DB_driver class encrypt option as the flag for turning on encryption. Also added SSL connection validation with error logging in order to provide users a way to know if they are actually connecting via SSL.
by Tim Nolte
· 10 years ago
4c08ea9
Fixed bug - using field_data() on Oracle databases
by Leandro Mangini Antunes
· 10 years ago
0f85090
Add list_fields() support for SQLite3
by Andrey Andreev
· 10 years ago
8af8746
Fix #3773
by Andrey Andreev
· 10 years ago
6c7c891
Remove 'autoinit' DB setting
by Andrey Andreev
· 10 years ago
3cf58ea
Finishing PR #3596 <!DOCTYPE html>
by Ivan Tcholakov
· 10 years ago
b68a811
add <!DOCTYPE html>
by Tjoosten
· 10 years ago
01e04a6
Deleted spaces
by Gwenael Gallon
· 10 years ago
cf93217
Revert "Remove unnecessary return"
by Gwenael Gallon
· 10 years ago
b449589
Revert "Remove unnecessary return"
by Gwenael Gallon
· 10 years ago
54e648b
Revert "Remove unnecessary return"
by Gwenael Gallon
· 10 years ago
843d250
Remove unnecessary return
by Gwenael Gallon
· 10 years ago
3053ded
Remove unnecessary return
by Gwenael Gallon
· 10 years ago
96901ff
Remove unnecessary return
by Gwenael Gallon
· 10 years ago
3a486f1
Revert indentation
by Gwenael Gallon
· 10 years ago
19e1217
Fix unreachable code
by Gwenael Gallon
· 10 years ago
8194ce5
Fix typos in func names
by Gabriel Potkány
· 10 years ago
8dc37cb
Fix a wrong var name in class CI_DB_pdo_4d_forge::_attr_type
by Gwenael Gallon
· 10 years ago
b993b4b
fix typo in comments
by Claudio Galdiolo
· 10 years ago
9ef0170
... and neither does MYSQLI_OPT_RECONNECT
by Andrey Andreev
· 10 years ago
2a05fa6
Apparently MYSQLI_OPT_READ_TIMEOUT doesn't work on PHP
by Andrey Andreev
· 10 years ago
9305a8b
Close #3509
by Andrey Andreev
· 10 years ago
f1294cb
Corrected loop with the $c variable
by Gwenael G
· 10 years ago
2f58ea6
Fix error extends class name
by Gwenael G
· 10 years ago
4070a63
This $comment_clause local variable is declared but never used.
by Gwenael G
· 10 years ago
4cbe463
Remove closing blocks at end of PHP files
by vlakoff
· 10 years ago
1dc43aa
Remove error suppression from mysql_*connect()
by Andrey Andreev
· 10 years ago
5350f05
Change CI_DB_driver::field_data() signature
by Andrey Andreev
· 10 years ago
fe9309d
Bulk (mostly documentation) update
by Andrey Andreev
· 10 years ago
1fb0cc7
Add support for configuring socket pipe connections in 'mysqli'
by Andrey Andreev
· 10 years ago
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
Next »