index
:
Filebin
dev
dev-2.x
dev-parallel-tests
dev-text-paste-preview
hash-collision
master
no-ouput-if-error
release/1.x
The software behind paste.xinu.at
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
system
/
database
/
drivers
/
pdo
/
pdo_driver.php
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-02
Fixing PDO bug introduced in 48a2baf0e288accd206f5da5031d29076e130792
Alex Bilbie
1
-1
/
+1
2012-06-02
Replaced `==` with `===` and `!=` with `!==` in /system/database
Alex Bilbie
1
-11
/
+11
2012-05-26
Move count_all() from the drivers to CI_DB_driver
Andrey Andreev
1
-32
/
+0
2012-05-25
Apply fix for issue #136 on PDO+MySQL as well
Andrey Andreev
1
-3
/
+3
2012-05-23
Removed the parameter use in database drivers' _close() and added a default _...
Andrey Andreev
1
-14
/
+1
2012-04-26
Merge pull request #1061 from jamierumbelow/develop
Phil Sturgeon
1
-2
/
+2
2012-04-26
PDO patch and run the test
Taufan Aditya
1
-1
/
+1
2012-04-26
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop
Jamie Rumbelow
1
-358
/
+120
2012-04-09
Add a parameter to SQLite3 and PDO _close() due to CI_DB_driver being abstract
Andrey Andreev
1
-1
/
+2
2012-04-09
Added a default _delete() method to CI_DB_active_record
Andrey Andreev
1
-34
/
+0
2012-04-06
Some minor improvements to the PDO driver
Andrey Andreev
1
-33
/
+26
2012-04-06
Fix a CI_DB_pdo_driver::trans_commit() bug
Andrey Andreev
1
-24
/
+5
2012-04-06
Renamed _escape_identifiers() to escape_identifiers() and moved it to CI_DB_d...
Andrey Andreev
1
-43
/
+6
2012-04-06
Fix PDO field and table escaping
Andrey Andreev
1
-52
/
+18
2012-04-05
Added a default _truncate() method to CI_DB_active_record
Andrey Andreev
1
-3
/
+4
2012-04-05
Added a default _update() method to CI_DB_active_record
Andrey Andreev
1
-31
/
+0
2012-04-05
Replaced driver instances of _insert() with one in CI_DB_active_record
Andrey Andreev
1
-17
/
+0
2012-04-05
Added a default _insert_batch() method instead of requiring each driver to de...
Andrey Andreev
1
-17
/
+0
2012-03-28
Add a dummy db_select() method to CI_DB_driver and remove it from drivers tha...
Andrey Andreev
1
-13
/
+0
2012-03-26
Add visibility declarations where they remain missing
Andrey Andreev
1
-1
/
+1
2012-03-23
Add dummy method reconnect() method to CI_DB_driver and remove it from driver...
Andrey Andreev
1
-20
/
+0
2012-03-20
Visibility declarations and cleanup for CI_DB_pdo_driver
Andrey Andreev
1
-109
/
+77
2012-03-20
Remove extraneous newlines
Timothy Warren
1
-1
/
+1
2012-03-20
Revert "PDO driver access modifiers"
Timothy Warren
1
-50
/
+74
2012-03-19
PDO driver access modifiers
Timothy Warren
1
-74
/
+50
2012-03-18
Merge pull request #1060 from toopay/pdo_meta
Andrey Andreev
1
-0
/
+21
2012-03-09
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop
Phil Sturgeon
1
-4
/
+2
2012-03-09
Bumped CodeIgniter's PHP requirement to 5.2.4.
Phil Sturgeon
1
-1
/
+1
2012-03-06
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop
Jamie Rumbelow
1
-64
/
+35
2012-03-06
Move dsn property from the PDO to CI_DB_driver so other DB drivers can use it...
Andrey Andreev
1
-2
/
+1
2012-03-06
Resolve _protect_identifiers()/protect_identifiers() usage issues
Andrey Andreev
1
-2
/
+1
2012-03-03
Improve DB version() implementation and add pg_version() support
Andrey Andreev
1
-4
/
+6
2012-03-02
Replaced DB methods _error_message() and _error_number() with error() (issue ...
Andrey Andreev
1
-17
/
+18
2012-03-01
Merge upstream changes
Andrey Andreev
1
-26
/
+11
2012-03-01
Fix a bug in PDO's insert_id() (PostgreSQL-specific)
Andrey Andreev
1
-23
/
+9
2012-03-01
Fix PDO's _version() method where it used to return client version instead of...
Andrey Andreev
1
-4
/
+3
2012-02-27
Fixed a db_set_charset() bug
Andrey Andreev
1
-16
/
+1
2012-02-19
Renaming Active Record to Query Builder across the system
Jamie Rumbelow
1
-2
/
+2
2012-02-18
Fixed meta table method(s) for PDO
Taufan Aditya
1
-0
/
+21
2012-02-13
Added missing space
Timothy Warren
1
-1
/
+1
2012-02-13
Re-added if ! empty clause
Timothy Warren
1
-1
/
+4
2012-02-13
Refixed Old-style pdo connection string
Timothy Warren
1
-7
/
+6
2012-02-13
Semicolon automatically added if not exists after hostname, if only database ...
Taufan Aditya
1
-2
/
+7
2012-02-12
Fixed rtrim issue in hostname fragment, for backward compability
Taufan Aditya
1
-5
/
+3
2012-02-10
Changed double quotes to single
Timothy Warren
1
-1
/
+1
2012-02-10
Fixed old-style pdo connection string
Timothy Warren
1
-1
/
+5
2012-02-10
Grammar correction
Taufan Aditya
1
-1
/
+1
2012-02-09
Typo
Taufan Aditya
1
-1
/
+1
2012-02-09
Change PHP.net mirror to the main mirror
Taufan Aditya
1
-2
/
+2
2012-02-09
Fixed PDO
Taufan Aditya
1
-73
/
+199
[next]