Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
e8b896348dc29a1c1e02d97b06b7497613924ad6
/
system
/
database
/
drivers
/
mysql
/
mysql_forge.php
e8b8963
Fix #1985
by Andrey Andreev
· 12 years ago
eaa60c7
Added possibility to pass custom database objects to DB Forge and DB Utilities
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
e389b0e
Fixed ANOTHER DB_Forge bug in the mysql driver. I'm watching you @narfbg.
by Phil Sturgeon
· 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
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
d605748
Fix issue #14
by Andrey Andreev
· 13 years ago
215890b
Remove extraneous newlines
by Timothy Warren
· 13 years ago
820999c
Switch _process_fields() method in MySQL/MySQLi to protected
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
032e7ea
Resolve _protect_identifiers()/protect_identifiers() usage issues
by Andrey Andreev
· 13 years ago
93cac5c
Fix issue #1039
by Andrey Andreev
· 13 years ago
2caf289
Improve the MySQL 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
242c258
Fixed mysql and mysqli drivers to set NOT NULL as default for creating fields. All other drivers were correct.
by Adam Jackett
· 14 years ago
37f4b9c
backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance
by Derek Jones
· 14 years ago
114ab09
Fixed double-space typo.
by Razican
· 14 years ago
3bb336c
Automated merge with https://bitbucket.org/ellislab/codeigniter
by Phil Sturgeon
· 14 years ago
0711dc8
Hey look, it's 2011
by Greg Aker
· 14 years ago
27324cd
Use arrays in DBForge for constraint for things like decimal, float, numeric, enum and set.
by Phil Sturgeon
· 14 years ago
741de1c
Updating PHP requirements in files 5.1.6
by Greg Aker
· 14 years ago
dd67197
Cleanup of stray spaces and tabs
by Barry Mieny
· 14 years ago
7f3719f
updated copyrights
by Derek Jones
· 15 years ago
fc395a1
updated copyrights to 2009
by Derek Jones
· 16 years ago
2067d1a
Changing EOL style to LF
by Derek Allard
· 16 years ago
605a07a
Fixed a number of bug reports related to table/db names not being escaped or prefixed correctly.
by Rick Ellis
· 16 years ago
9ba2bf2
updated copyright
by Rick Ellis
· 16 years ago
bd44009
made MySQL/MySQLi forge use explicitly named KEYs, added ability to specify multi-column non-primary keys in table creation
by Derek Jones
· 17 years ago
0b59f27
Some sweeping syntax changes for consistency:
by Derek Jones
· 17 years ago
a3ffbbb
Removed closing PHP tags, replaced with a comment block identifying the end of the file
by Derek Jones
· 17 years ago
c7deac9
Undoing change committed in r1115
by Derek Jones
· 17 years ago
5583e1a
removed closing PHP tag from all framework files
by Derek Jones
· 17 years ago
2385d30
Added rename_table() into DBForge.
by Derek Allard
· 17 years ago
7a9193a
replaced www.codeigniter.com with codeigniter.com
by Derek Jones
· 17 years ago
3d879d5
ExpressionEngine Dev Team in credit
by Derek Allard
· 17 years ago
39b622d
Many new Active Record functions, and another whack of stuff
by Derek Allard
· 17 years ago