Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
2a3f51286a872ec563b191da5b8fbb7cbd392191
/
system
/
database
/
DB_driver.php
2f0dce0
Small adjustment due to 079fbfcde095230f304e889217f897031a948f61
by Andrey Andreev
· 13 years ago
929fd2d
Improve escaping, support for table names with spaces and fix where() for strings with no spaces around operators
by Andrey Andreev
· 13 years ago
857b00f
more logging
by Michiel Vugteveen
· 13 years ago
af915ce
Switch compile_binds() to use substr_replace() instead of str_replace()
by Andrey Andreev
· 13 years ago
10cbdf0
Really fix compile_binds()
by Andrey Andreev
· 13 years ago
6377919
Fix a syntax error
by Andrey Andreev
· 13 years ago
29953dd
Additional improvements to compile_binds()
by Andrey Andreev
· 13 years ago
97827bc
Fix issue #1460
by Andrey Andreev
· 13 years ago
4e9538f
Fix issue #145
by Andrey Andreev
· 13 years ago
4db1632
Remove a non-existent variable usage
by Andrey Andreev
· 13 years ago
d454f0e
Add BETWEEN to _has_operator()
by Andrey Andreev
· 13 years ago
b30426d
Fix count_all()
by Andrey Andreev
· 13 years ago
bf94058
Fix issue #1452
by Andrey Andreev
· 13 years ago
5a25718
Merge branch 2.1-stable into develop
by Andrey Andreev
· 13 years ago
a593c69
Fix issue #1447
by Andrey Andreev
· 13 years ago
9637b40
escape_identifiers() to accept arrays as well
by Andrey Andreev
· 13 years ago
082ee2b
Added MSSQL/SQLSRV field escaping support with QUOTE_IDENTIFIER detection (issue #706)
by Andrey Andreev
· 13 years ago
48a2baf
Replaced `==` with `===` and `!=` with `!==` in /system/database
by Alex Bilbie
· 13 years ago
16bb9bd
Move count_all() from the drivers to CI_DB_driver
by Andrey Andreev
· 13 years ago
7f57a01
Remove the DB destructor (db->close())
by Andrey Andreev
· 13 years ago
79922c0
Removed the parameter use in database drivers' _close() and added a default _close() method in CI_DB_driver + some changelog fixes
by Andrey Andreev
· 13 years ago
89f77ee
Removed a space after comment line
by Gints Murans
· 13 years ago
ab396b4
Moved destruct to the end of file
by Gints Murans
· 13 years ago
36237d8
Move closing of database connection to CI_DB_driver->__destruct - #1376
by Root
· 13 years ago
d6ce1e9
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop
by Jamie Rumbelow
· 13 years ago
ab3cab5
Use parameter 'get_as_float' of microtime()
by dixy
· 13 years ago
b457a40
DB Utility improvements
by Andrey Andreev
· 13 years ago
ea09a8a
Renamed _escape_identifiers() to escape_identifiers() and moved it to CI_DB_driver
by Andrey Andreev
· 13 years ago
a9572fa
Merge upstream branch
by Andrey Andreev
· 13 years ago
da44bac
Revert CI_DB_driver::_reset_select() to a regular method instead of abstract.abstract methods are required to be implemented by their child classes and this is not what's intended in our case.
by Andrey Andreev
· 13 years ago
2efd029
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-oci8
by Andrey Andreev
· 13 years ago
bee6644
Add a dummy db_select() method to CI_DB_driver and remove it from drivers that don't have such functionality
by Andrey Andreev
· 13 years ago
9602651
Merge upstream branch
by Andrey Andreev
· 13 years ago
6781a5f
A replace array_key_exists() with isset()
by Andrey Andreev
· 13 years ago
6202a3c
Some more unneeded brackets removed
by Andrey Andreev
· 13 years ago
ed1aa21
Merge upstream branch
by Andrey Andreev
· 13 years ago
808f3a6
Merge upstream branch
by Andrey Andreev
· 13 years ago
2cae193
Add dummy method reconnect() method to CI_DB_driver and remove it from drivers that don't support it
by Andrey Andreev
· 13 years ago
0d87bae
Merge upstream branch
by Andrey Andreev
· 13 years ago
35bbb1a
Remove EOF newlines
by Andrey Andreev
· 13 years ago
838ab99
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-driver
by Andrey Andreev
· 13 years ago
65b568f
Remove EOF newlines
by Andrey Andreev
· 13 years ago
d2ff0bc
Removed pointless _prep_sql methods
by Timothy Warren
· 13 years ago
7eeda53
Made database parent classes and methods abstract
by Timothy Warren
· 13 years ago
7c6813b
Merge upstream branch
by Andrey Andreev
· 13 years ago
7c4870c
Merge branch 'develop' into feature/db_toString_support
by Joel Kallman
· 13 years ago
95bd1d1
Remove collation parameter from db_set_charset() (no longer needed)
by Andrey Andreev
· 13 years ago
10aa8e6
Adding Support to Properly Escape Objects that have __toString() magic method so that the object can be passed directly as a parameter in a condition without having to manually convert to a string
by Joel Kallman
· 13 years ago
8e2ca4e
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop
by Phil Sturgeon
· 13 years ago
07c1ac8
Bumped CodeIgniter's PHP requirement to 5.2.4.
by Phil Sturgeon
· 13 years ago
fb61aab
Merge upstream branch
by Andrey Andreev
· 13 years ago
bcee50f
missed one :bomb:
by Jamie Rumbelow
· 13 years ago
0cd8c79
Just the method, not the property
by Jamie Rumbelow
· 13 years ago
0c09299
accounting for the rename of protect_identifiers
by Jamie Rumbelow
· 13 years ago
17c1bed
Updating a couple more references to the AR class in documentation [#1061]
by Jamie Rumbelow
· 13 years ago
3b1355c
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop
by Jamie Rumbelow
· 13 years ago
738f534
Move dsn property from the PDO to CI_DB_driver so other DB drivers can use it without declaring it
by Andrey Andreev
· 13 years ago
9aa97db
Merge upstream branch
by Andrey Andreev
· 13 years ago
5d93e13
Revert a comment change
by Andrey Andreev
· 13 years ago
4c20260
Just some comment fixes and cleared spaces
by Andrey Andreev
· 13 years ago
d1add43
Property visibility declarations for CI_DB_driver
by Andrey Andreev
· 13 years ago
043f260
Merge upstream branch
by Andrey Andreev
· 13 years ago
032e7ea
Resolve _protect_identifiers()/protect_identifiers() usage issues
by Andrey Andreev
· 13 years ago
a4c33fe
Made _protect_identifiers public
by Timothy Warren
· 13 years ago
7869559
Made protect_identifiers public
by Timothy Warren
· 13 years ago
4c59836
Merge upstream branch
by Andrey Andreev
· 13 years ago
e45518d
Added visibility keywords to DB_driver methods
by Timothy Warren
· 13 years ago
99013ed
Rename property _commit to commit_mode and merge upstream changes
by Andrey Andreev
· 13 years ago
57bdeb6
Removed oci8-specific stuff from DB_driver.php and added a constructor to DB_result to handle initialization
by Andrey Andreev
· 13 years ago
790eb70
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop
by Phil Sturgeon
· 13 years ago
76988e6
Merged conflicts.
by Phil Sturgeon
· 13 years ago
2798458
Merge upstream branch
by Andrey Andreev
· 13 years ago
5fa7298
Added _optimize_table() support for PostgreSQL
by Andrey Andreev
· 13 years ago
08856b8
Improve DB version() implementation and add pg_version() support
by Andrey Andreev
· 13 years ago
d33dab1
Merge upstream
by Timothy Warren
· 13 years ago
4be5de1
Replaced DB methods _error_message() and _error_number() with error() (issue #1097)
by Andrey Andreev
· 13 years ago
ef7474c
compile binds before caching the query, otherwise the cached query will never match the unbound query. updated changlog to mention bug fix.
by Ryan Dial
· 13 years ago
0693447
Merge upstream branch
by Andrey Andreev
· 13 years ago
66f7077
Merge upstream branch
by Andrey Andreev
· 13 years ago
eabc5ec
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebird
by Timothy Warren
· 13 years ago
8e22cfd
Merge upstream changes
by Andrey Andreev
· 13 years ago
a0da0b2
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebird
by Timothy Warren
· 13 years ago
891b7c6
Merge upstream branch
by Andrey Andreev
· 13 years ago
67f71a4
Fix issue #1036 (is_write_type() returned FALSE for RENAME, OPTIMIZE queries)
by Andrey Andreev
· 13 years ago
7980923
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebird
by Timothy Warren
· 13 years ago
18c9ea7
Merge remote-tracking branch 'upstream/develop' into develop-db-oci8
by Andrey Andreev
· 13 years ago
d6abf11
Merge remote-tracking branch 'upstream/develop' into develop-db-driver
by Andrey Andreev
· 13 years ago
6b414d1
Merged in 2.1-stable changes.
by Phil Sturgeon
· 13 years ago
576b47e
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop
by Jamie Rumbelow
· 13 years ago
063f596
Fixed a db_set_charset() bug
by Andrey Andreev
· 13 years ago
03f8ec0
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebird
by Timothy Warren
· 13 years ago
b78c64b
Merge upstream branch
by Andrey Andreev
· 13 years ago
cf8bb89
Merge upstream branch
by Andrey Andreev
· 13 years ago
82e8ac1
Fix issue 1070
by Andrey Andreev
· 13 years ago
7efad20
Renaming Active Record to Query Builder across the system
by Jamie Rumbelow
· 13 years ago
817af19
narfbg suggested fixes
by Timothy Warren
· 13 years ago
8ad2ec7
Fix issue #1036
by Andrey Andreev
· 13 years ago
45ba4f7
Fix a possible bug in DB() and renamed a variable
by Andrey Andreev
· 13 years ago
a563fac
Merge upstream branch
by Andrey Andreev
· 13 years ago
fdfe808
Merge upstream branch
by Andrey Andreev
· 13 years ago
Next »