Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
903f31bd683084d96909f2b14acadfe5c34b4c41
/
system
/
database
/
drivers
/
cubrid
/
cubrid_forge.php
80500af
[ci skip] Happy new year
by Andrey Andreev
· 12 years ago
5e87250
Fix #2072
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
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
a287a34
Refactored DB Forge
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
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
2271874
Merge upstream branch
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
d65c3b5
Merge upstream branch
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
fead055
Remove EOF newlines
by Andrey Andreev
· 13 years ago
de85d02
Merge upstream branch
by Andrey Andreev
· 13 years ago
582d6a8
Visibility declarations and cleanup for CI_DB_cubrid_forge
by Andrey Andreev
· 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
a3b83d6
Merge upstream branch
by Andrey Andreev
· 13 years ago
032e7ea
Resolve _protect_identifiers()/protect_identifiers() usage issues
by Andrey Andreev
· 13 years ago
cf63120
A change in the class descriptions
by Andrey Andreev
· 13 years ago
394a3f1
Add improvements from @CUBRID's implementation
by Andrey Andreev
· 13 years ago
2e430a3
Added CUBRID DSN string & persistent connections support
by Andrey Andreev
· 13 years ago
7719a03
Switch _process_fields() from private to protected
by Andrey Andreev
· 13 years ago
c6953f4
Fix _limit()
by Andrey Andreev
· 13 years ago
69a6093
Replace array_key_exists() with isset() and ! empty()
by Andrey Andreev
· 13 years ago
7f55d61
Improve the CUBRID database driver
by Andrey Andreev
· 13 years ago
0defe5d
Updating copyright date to 2012
by Greg Aker
· 13 years ago
f4a4bd8
adding new license file (OSL 3.0) and updating readme to ReST
by Derek Jones
· 13 years ago
2ab2b1e
Added back /application/* files (removed in previous commit accidently). Corrected formatting/indenting in CUBRID Driver classes. Added myself as the driver author. Applied the MySQL fix, previously accepted in pull request #29, to CUBRID Driver.
by Esen Sagynov
· 13 years ago
ee3e594
Added field name wrappers (") in insert/update/replace/_process_fields/_create_table functions to avoid reserved word conflicts.
by Esen Sagynov
· 13 years ago
2e08794
Added CUBRID Database Driver
by Esen Sagynov
· 13 years ago