Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
cce6bd170f24cf0f10ca0b58150d0324433a66be
/
system
/
database
/
DB_utility.php
cce6bd1
[ci skip] Merge pull request #5376 from jim-parry/copyright-update
by Andrey Andreev
· 7 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
6d6b3b2
Optimize csv_from_result speed.
by Ahmad Anbar
· 9 years ago
b8cd5e6
Fix a bug in the CSV export DB utility
by Andrey Andreev
· 10 years ago
40bbd60
Adjusted return type for CI_DB_utility::backup to suggestions
by Gabriel Potkány
· 10 years ago
cea5fb7
Adjusted returns/return types to suggestions
by Gabriel Potkány
· 10 years ago
1fb5000
Fixed inconsistent return types
by Gabriel Potkány
· 10 years ago
4cbe463
Remove closing blocks at end of PHP files
by vlakoff
· 10 years ago
90726b8
[ci skip] Change some log messages' level
by Andrey Andreev
· 10 years ago
fe9309d
Bulk (mostly documentation) update
by Andrey Andreev
· 10 years ago
bdb96ca
[ci skip] Switch to MIT license; close #3293
by Andrey Andreev
· 10 years ago
58e1c00
More removal of error suppression usage
by Andrey Andreev
· 11 years ago
871754a
2013 > 2014
by darwinel
· 11 years ago
119d8a7
Optimize get_instance() calls/assignments
by Andrey Andreev
· 11 years ago
d327c79
Optimize changes from PR #2290
by Andrey Andreev
· 12 years ago
3187573
added spaces after the parameter separators
by Michelle Jones
· 12 years ago
b76e292
Remove trailing delimiters from csv_from_result
by Michelle Jones
· 12 years ago
80500af
[ci skip] Happy new year
by Andrey Andreev
· 12 years ago
61c4d0a
[ci skip] Minor style/spacing changes following PR #2087
by Andrey Andreev
· 12 years ago
4851217
fixes #2081 : change parameter/variable name to 'foreign_key_checks', update change log
by Andrew Podner
· 12 years ago
79494dd
Resolves issue #2081 : provides an option to include statements to disable and re-enable foreign key checks in a MySQL database backup output statement.
by Andrew Podner
· 12 years ago
34cadee
Bug fix - optimize_table() in DB utility class
by Dimitar
· 12 years ago
9e94576
Fix issue #1994
by Andrey Andreev
· 12 years ago
8d3afde
Fix a lang key typo
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
a24e52e
[ci skip] DocBlocks for DB drivers' driver classes
by Andrey Andreev
· 12 years ago
c98e93a
[ci skip] DocBlocks for DB drivers' utility classes
by Andrey Andreev
· 12 years ago
ae85eb4
DocBlocks for base DB 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
5d28176
Fix issue #1264
by Andrey Andreev
· 12 years ago
48a2baf
Replaced `==` with `===` and `!=` with `!==` in /system/database
by Alex Bilbie
· 12 years ago
d06acd8
Added update_batch() support for PostgreSQL (issue #356)
by Andrey Andreev
· 13 years ago
b457a40
DB Utility improvements
by Andrey Andreev
· 13 years ago
215890b
Remove extraneous newlines
by Timothy Warren
· 13 years ago
833d504
Made the rest of the db classes abstract \n
by Timothy Warren
· 13 years ago
07c1ac8
Bumped CodeIgniter's PHP requirement to 5.2.4.
by Phil Sturgeon
· 13 years ago
24276a3
Improve database classes
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
a2097a0
Converted database constructors to PHP5 type
by Timothy Warren
· 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
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
6239623
database_exists extension to allow for databases without list_databases() functionality
by Derek Allard
· 15 years ago
e7f0325
database exists function in dbutil
by Derek Allard
· 15 years ago
7f3719f
updated copyrights
by Derek Jones
· 15 years ago
69b1fcc
updating xml_from_result to check for list_fields instead of field_names
by Pascal Kriete
· 15 years ago
fc395a1
updated copyrights to 2009
by Derek Jones
· 16 years ago
4787413
fixed check for a method named 'field_names' which doesn't exist to 'list_fields' which is the correct method.
by Derek Jones
· 16 years ago
2067d1a
Changing EOL style to LF
by Derek Allard
· 16 years ago
9ba2bf2
updated copyright
by Rick Ellis
· 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
7327499
Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to the File Helper.
by Derek Allard
· 17 years ago
2e06144
added enclosures to csv_from _result()
by Derek Jones
· 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
6838f00
Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor.
by Derek Allard
· 17 years ago
476b871
csv_from_result buggy. revert to old function until rewrite
by Derek Allard
· 17 years ago
7dcd7a3
csv_from_result() move robust against data with "," in it.
by Derek Allard
· 17 years ago
d2df9bc
update pMachine to EllisLab
by Derek Allard
· 18 years ago
7acd581
by admin
· 18 years ago
b6224a1
by admin
· 18 years ago
e334c47
by admin
· 18 years ago
1b0ab46
by admin
· 18 years ago
7099a58
by admin
· 18 years ago
69af5bd
by admin
· 18 years ago
88a8ad1
by admin
· 18 years ago
e8f6eb6
by admin
· 18 years ago
78bc039
by admin
· 18 years ago
0f8015f
by admin
· 18 years ago
24dd7e7
by admin
· 18 years ago
b2a9cec
by admin
· 18 years ago
3dd978f
by admin
· 18 years ago
3ed8c51
by admin
· 18 years ago
33de9a1
by admin
· 18 years ago
e5bb936
by admin
· 18 years ago
31075cf
by admin
· 18 years ago
41a1685
by admin
· 18 years ago
7981a9a
by admin
· 18 years ago
e79dc71
by admin
· 18 years ago
910d862
by admin
· 18 years ago
9cd4e8e
by admin
· 18 years ago
ab4f61b
by admin
· 18 years ago
83b05a8
by admin
· 18 years ago
6cec6a5
by admin
· 18 years ago
4ceac2d
by admin
· 18 years ago
7249637
by admin
· 18 years ago
6ca6f94
by admin
· 18 years ago
a5e812c
by admin
· 18 years ago
bb1d439
by admin
· 18 years ago
Next »