Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
0e59db6c207b3108565ef4ab6c18b81353478d91
/
system
/
database
/
drivers
/
oci8
0e59db6
Merge pull request #5662 from jim-parry/copyright2019
by Instructor, BCIT
· 6 years ago
6efd42e
[ci skip] Fix #5435
by Andrey Andreev
· 7 years ago
cce6bd1
[ci skip] Merge pull request #5376 from jim-parry/copyright-update
by Andrey Andreev
· 7 years ago
09d4eb6
[ci skip] Merge pull request #5150 from ytetsuro/add-oracle-rename-column-to-keyword
by Andrey Andreev
· 8 years ago
71d8f72
[ci skip] Merge pull request #4986 from ka7/feature/spelling
by Andrey Andreev
· 8 years ago
d94d132
[ci skip] Add an empty line to PR #4962 patch
by Andrey Andreev
· 8 years ago
05753c1
[ci skip] Merge pull request #4962 from ytetsuro/patch-2
by Andrey Andreev
· 8 years ago
da60e9b
Update copyright data to 2017
by Master Yoda
· 8 years ago
a838279
Remove dead code written for PHP 5.2
by Andrey Andreev
· 8 years ago
9a7f19c
[ci skip] Add changelog entries for PR #4678
by Andrey Andreev
· 9 years ago
a09b969
Merge pull request #4678 from kenjis/fix-oci8_forge
by Andrey Andreev
· 9 years ago
ad20f71
Amend fix for #4637
by Andrey Andreev
· 9 years ago
45520a5
[ci skip] Fix #4637
by Andrey Andreev
· 9 years ago
1924e87
[ci skip] Update ellislab.com links to https too
by Andrey Andreev
· 9 years ago
bd202c9
[ci skip] Update codeigniter.com links to https
by Andrey Andreev
· 9 years ago
125ef47
[ci skip] Bump year to 2016
by Andrey Andreev
· 9 years ago
e8de9eb
[ci skip] Add support for OFFSET with Oracle 12c
by Andrey Andreev
· 9 years ago
bc05b84
Fix version() for Oracle DB drivers
by Andrey Andreev
· 9 years ago
a7d4aba
Fix #4171 and a number of other transaction bugs
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
4c08ea9
Fixed bug - using field_data() on Oracle databases
by Leandro Mangini Antunes
· 10 years ago
6c7c891
Remove 'autoinit' DB setting
by Andrey Andreev
· 10 years ago
b68a811
add <!DOCTYPE html>
by Tjoosten
· 10 years ago
4cbe463
Remove closing blocks at end of PHP files
by vlakoff
· 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
5289f27
Polish changes following #3305
by Andrey Andreev
· 10 years ago
bdb96ca
[ci skip] Switch to MIT license; close #3293
by Andrey Andreev
· 10 years ago
2bbbd1a
Remove (most of) error suppression from database drivers (issue #3036)
by Andrey Andreev
· 11 years ago
1a61ba4
[ci skip] Spacing adjustments
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
871754a
2013 > 2014
by darwinel
· 11 years ago
3ca060a
[ci skip] Remove a few more spaces
by Andrey Andreev
· 11 years ago
c941d85
Various typos and tabs adjustments
by vlakoff
· 11 years ago
e18de50
Cherry-picking some changes from PR #2425:
by Andrey Andreev
· 12 years ago
0b6a492
Unify escape_str() array input and LIKE logic
by Andrey Andreev
· 12 years ago
80500af
[ci skip] Happy new year
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
7ade8b7
Fix modify_column() issues (#2020)
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
98e46cf
Add seed values support for Query Builder order_by
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
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
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
bffe3fb
Merge changes from develop
by Andrey Andreev
· 12 years ago
cd50592
Fix issue #1257
by Andrey Andreev
· 12 years ago
2ea33c3
Fix issue #1789
by Andrey Andreev
· 12 years ago
642e313
Fix for oci_fetch_assoc(): ORA-01002: fetch out of sequence warning
by Yannick Lyn Fatt
· 12 years ago
c9b924c
Remove _limit()'s extra parameters and qb_limit, qb_offset unneeded typecasts + add _compile_group_by() method
by Andrey Andreev
· 13 years ago
b047865
Remove dependancies on qb_like and remove unneeded parameters from _delete(), _like(), _update(), _update_batch()
by Andrey Andreev
· 13 years ago
9a4f356
_fetch_object(), custom_result_object() to utilize PHP's native capability to directly return custom class results
by Andrey Andreev
· 13 years ago
c7db6bb
Clean-up the separate drivers' DB result classes from no longer needed methods
by Andrey Andreev
· 13 years ago
5ca0513
Change DB_result::num_rows default value to NULL
by Andrey Andreev
· 13 years ago
d580999
Fix issue #1545
by Andrey Andreev
· 13 years ago
d3f1367
Some changes to the OCI8 (Oracle) driver
by Andrey Andreev
· 13 years ago
2c35b64
Add a default _limit() method to the Query Builder class
by Andrey Andreev
· 13 years ago
9637b40
escape_identifiers() to accept arrays as well
by Andrey Andreev
· 13 years ago
caa04f1
Revert back some escape_identifiers() to proect_identifiers() as the first one can't handle arrays
by Andrey Andreev
· 13 years ago
5ef194d
Resolve formatting differences between DB forge drivers
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
55d3ad4
Fix issue #121
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
d6ce1e9
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop
by Jamie Rumbelow
· 13 years ago
8f3566f
Changed default CI_DB_result::_data_seek() return value to FALSE and removed the method from drivers that don't support it
by Andrey Andreev
· 13 years ago
b457a40
DB Utility improvements
by Andrey Andreev
· 13 years ago
a0d4e41
Switched public driver methods in DB forge to protected
by Andrey Andreev
· 13 years ago
d947eba
Multiple DB Forge improvements
by Andrey Andreev
· 13 years ago
c01d316
Added a default _delete() method to CI_DB_active_record
by Andrey Andreev
· 13 years ago
5f56246
Fix AR delete() for Oracle
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
a6fe36e
Added a default _truncate() method to CI_DB_active_record
by Andrey Andreev
· 13 years ago
975034d
Added a default _update() method to CI_DB_active_record
by Andrey Andreev
· 13 years ago
65d537c
Replaced driver instances of _insert() with one in CI_DB_active_record
by Andrey Andreev
· 13 years ago
97f3697
Added a default _insert_batch() method instead of requiring each driver to define it and fixed 2 issues related to it
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
808f3a6
Merge upstream branch
by Andrey Andreev
· 13 years ago
59ad0af
Add DSN string support for Oracle
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
2f56fba
Visibility declarations and cleanup for OCI8 result, forge and utility classes
by Andrey Andreev
· 13 years ago
da12373
Visibility declarations and cleanup for CI_DB_oci8_driver
by Andrey Andreev
· 13 years ago
215890b
Remove extraneous newlines
by Timothy Warren
· 13 years ago
48e1d2e
Revert "Oci8 access modifiers"
by Timothy Warren
· 13 years ago
5137ebc
Revert "Fixed visibility declarations on dbforge and utility classes"
by Timothy Warren
· 13 years ago
78a2de4
Fixed visibility declarations on dbforge and utility classes
by Timothy Warren
· 13 years ago
9f86f5c
Oci8 access modifiers
by Timothy Warren
· 13 years ago
d2ff0bc
Removed pointless _prep_sql methods
by Timothy Warren
· 13 years ago
1b5a856
Swtich _bind_params() from private to protected
by Andrey Andreev
· 13 years ago
7c6813b
Merge upstream branch
by Andrey Andreev
· 13 years ago
Next »