Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
cce6bd170f24cf0f10ca0b58150d0324433a66be
/
system
/
database
/
drivers
/
postgre
/
postgre_forge.php
cce6bd1
[ci skip] Merge pull request #5376 from jim-parry/copyright-update
by Andrey Andreev
· 7 years ago
71d8f72
[ci skip] Merge pull request #4986 from ka7/feature/spelling
by Andrey Andreev
· 8 years ago
da60e9b
Update copyright data to 2017
by Master Yoda
· 8 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
4cbe463
Remove closing blocks at end of PHP files
by vlakoff
· 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
871754a
2013 > 2014
by darwinel
· 11 years ago
80500af
[ci skip] Happy new year
by Andrey Andreev
· 12 years ago
7ade8b7
Fix modify_column() issues (#2020)
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
5fd3ae8
[ci skip] style and phpdoc-related changes (rel #1295)
by Andrey Andreev
· 12 years ago
9637b40
escape_identifiers() to accept arrays as well
by Andrey Andreev
· 12 years ago
caa04f1
Revert back some escape_identifiers() to proect_identifiers() as the first one can't handle arrays
by Andrey Andreev
· 12 years ago
5ef194d
Resolve formatting differences between DB forge drivers
by Andrey Andreev
· 12 years ago
48a2baf
Replaced `==` with `===` and `!=` with `!==` in /system/database
by Alex Bilbie
· 12 years ago
697bf3f
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
fcdfcf9
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
215890b
Remove extraneous newlines
by Timothy Warren
· 13 years ago
135efb2
Remove EOF newlines
by Andrey Andreev
· 13 years ago
fd70ceb
Merge upstream branch
by Andrey Andreev
· 13 years ago
bde70bd
Visibility declarations and cleanup for CI_DB_postgre_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
032e7ea
Resolve _protect_identifiers()/protect_identifiers() usage issues
by Andrey Andreev
· 13 years ago
2854724
Use protect_identifiers() instead of _escape_identifiers() in CI_DB_postgre_forge
by Andrey Andreev
· 13 years ago
2b3edbd
Merge upstream branch and fix private methods to be protected
by Andrey Andreev
· 13 years ago
214583f
Improve the PostgreSQL database driver
by Andrey Andreev
· 13 years ago
0defe5d
Updating copyright date to 2012
by Greg Aker
· 13 years ago
6924e40
Adding docblock to _process_fields() in the postgres dbforge file.
by Greg Aker
· 13 years ago
0cbcc1a
Fix #808 Postgresql DBForge Driver errors.
by Greg Aker
· 13 years ago
03abee3
Fixing soft tabs in a few files.
by Greg Aker
· 13 years ago
c9fc88c
changed _create_table to return true if table already exists
by Tomasz T
· 13 years ago
717253f
SELECT * FROM isn't that innocuous, changed to SELECT 1
by Tomasz T
· 13 years ago
f4a4bd8
adding new license file (OSL 3.0) and updating readme to ReST
by Derek Jones
· 13 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
· 13 years ago
114ab09
Fixed double-space typo.
by Razican
· 14 years ago
0711dc8
Hey look, it's 2011
by Greg Aker
· 14 years ago
678256c
Fix #93 Updating postgres dbforge create table method. Thanks to James Gifford for the patch. http://codeigniter.com/forums/viewthread/73392/
by Greg Aker
· 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
· 16 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