Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
48a2baf0e288accd206f5da5031d29076e130792
/
system
/
database
/
drivers
/
postgre
/
postgre_forge.php
48a2baf
Replaced `==` with `===` and `!=` with `!==` in /system/database
by Alex Bilbie
· 13 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
· 14 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
· 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