-
b64c7dd87d
Overhaul of add_db window, turn settings class into a singleton
Timothy Warren
2012-02-21 20:15:49 -0500
-
80091147a1
Db File saving, fix settings class with explicit writes
Timothy Warren
2012-02-21 17:00:22 -0500
-
d4bd456cbc
Added execute function to firebird driver, various firebird driver improvements.
Timothy Warren
2012-02-21 15:19:10 -0500
-
c4c0444e87
Minor Firebird fixes, more visibility declarations
Timothy Warren
2012-02-21 12:55:25 -0500
-
3493e89d1c
Added visibility keywords
Timothy Warren
2012-02-21 11:45:42 -0500
-
4d50456c9c
Correct function name, fix minor style issue.
Timothy Warren
2012-02-21 11:38:45 -0500
-
09b0b1fbe3
Added transaction functions to firebird driver
Timothy Warren
2012-02-20 16:53:24 -0500
-
c938964260
Fixed misc Firebird issues, added file chooser to add database dialog
Timothy Warren
2012-02-20 16:22:03 -0500
-
774ee1f74a
Fixed some query escaping issues
Timothy Warren
2012-02-16 18:27:49 -0500
-
10773e5a1e
Added more DB logos
Timothy Warren
2012-02-14 13:10:18 -0500
-
ac6048b555
Add Firebird logos
Timothy Warren
2012-02-13 16:56:07 -0500
-
70317994c7
Fixed table escaping issue in Firebird driver
Timothy Warren
2012-02-13 16:17:36 -0500
-
bd25b20637
Minor updates
Timothy Warren
2012-02-13 16:06:07 -0500
-
26e03c3962
DB Class Updates
Timothy Warren
2012-02-13 14:29:00 -0500
-
1a4770dec2
More heredoc conversion
Timothy Warren
2012-02-13 14:16:29 -0500
-
043f88691c
DB Test Updates
Timothy Warren
2012-02-13 13:46:53 -0500
-
cfc01cb90e
Fixed heredoc syntax errors
Timothy Warren
2012-02-13 13:29:31 -0500
-
13ff38acb4
DB class updates, changed some SQL statements to heredoc form.
Timothy Warren
2012-02-13 13:10:48 -0500
-
3d8382149e
Db driver improvements
Timothy Warren
2012-02-13 10:53:12 -0500
-
103d665e57
Merge branch 'master' of github.com:aviat4ion/OpenSQLManager
Timothy Warren
2012-02-10 17:58:53 -0500
-
-
f6e08d8765
Firebird updates
Timothy Warren
2012-02-10 17:57:10 -0500
-
c3ce5962b6
Started get_schemas method for postgres driver
Timothy Warren
2012-02-10 16:57:54 -0500
-
-
13e3c3f807
Firebird test fixes - Not sure why the create table test fails - the table is created
Timothy Warren
2012-02-10 15:09:39 -0500
-
bf0001ad7d
Added get_system_tables function to db classes, added _manip subclasses to mysql and pgsql
Timothy Warren
2012-02-10 13:13:19 -0500
-
9d4d2a38d9
Put the db data area in a scrolled window
Timothy Warren
2012-02-10 09:55:14 -0500
-
438f50b4de
Db permissions
Timothy Warren
2012-02-09 15:46:47 -0500
-
49dc7fad11
Fix Firebird Tests, update README
Timothy Warren
2012-02-09 12:00:39 -0500
-
c36cd13dd6
Added another link to dev guide
Timothy Warren
2012-02-08 17:32:40 -0500
-
9f6222500a
Fix test db permissions, disable firebird tests for now
Timothy Warren
2012-02-08 15:39:41 -0500
-
11060a2771
Firebird tests, added dev guide
Timothy Warren
2012-02-08 15:05:28 -0500
-
d8b4424c0f
Added create_table method to firebird_manip class
Timothy Warren
2012-02-08 13:42:49 -0500
-
acef1818ae
Permission fixing for test dbs
Timothy Warren
2012-02-08 10:39:22 -0500
-
5fbcd5fe04
Creating/Deleting SQLite tables works
Timothy Warren
2012-02-08 09:01:51 -0500
-
c12f73afc8
Fix README typo
Timothy Warren
2012-02-07 21:08:59 -0500
-
48c2501f41
Added delete_table method to database manipulation classes
Timothy Warren
2012-02-07 20:50:25 -0500
-
dc6c9bf141
SQLite tests
Timothy Warren
2012-02-07 20:31:36 -0500
-
7b4f00085b
Finished sqlite create_table method
Timothy Warren
2012-02-07 19:32:47 -0500
-
9ddab65bc0
Fixed create_database function signature, fixed typo in README
Timothy Warren
2012-02-07 16:23:41 -0500
-
7a47906743
Fixed inheritance issue
Timothy Warren
2012-02-07 15:56:16 -0500
-
377c319bd2
Created abstract base database manip class
Timothy Warren
2012-02-07 15:53:46 -0500
-
4182776c21
Split database manipulation classes from database classes
Timothy Warren
2012-02-07 15:27:33 -0500
-
0a11b13bb1
SQLite driver updates
Timothy Warren
2012-02-07 12:30:16 -0500
-
e0859d4c21
Updated README
Timothy Warren
2012-02-07 11:47:34 -0500
-
ee4c537fc3
Update README
Timothy Warren
2012-02-07 11:21:37 -0500
-
4542d9f210
Added start of db view/manipulation interface
Timothy Warren
2012-02-07 10:31:54 -0500
-
87b5c2aede
A little test cleanup
Timothy Warren
2012-02-07 08:45:56 -0500
-
444a8a1778
Fix broken paths to test databases
Timothy Warren
2012-02-07 08:31:01 -0500
-
d3fd23af59
Some db sanity checks
Timothy Warren
2012-02-07 08:18:38 -0500
-
f1714b056c
Firebird updates
Timothy Warren
2012-02-06 22:36:01 -0500
-
7f084e9438
Fixed test fatal error due to misisng class
Timothy Warren
2012-02-06 22:05:53 -0500
-
87b55c11db
Fixed warning in test
Timothy Warren
2012-02-06 22:04:03 -0500
-
6180c4816f
Load db tests based on php capabilities
Timothy Warren
2012-02-06 21:59:34 -0500
-
a412294d76
Firebird improvements, added sqlite and firebird databases for testing
Timothy Warren
2012-02-06 19:18:44 -0500
-
fb1e4e0a03
Removed re-declared PDO function
Timothy Warren
2012-02-06 17:39:53 -0500
-
a5dea630a9
remove duplicate class
Timothy Warren
2012-02-06 17:36:11 -0500
-
3bb8be3dba
Removed duplicate db_pdo class
Timothy Warren
2012-02-06 17:29:13 -0500
-
7600e5634e
More DB driver updateds
Timothy Warren
2012-02-06 16:56:16 -0500
-
6c20b88f95
Db driver updates
Timothy Warren
2012-02-06 16:34:00 -0500
-
ef4a84c2d0
Fix abstract method again, add get_dbs to pgsql driver
Timothy Warren
2012-02-06 16:17:14 -0500
-
b0da1994f5
Adding DBs works
Timothy Warren
2012-02-06 12:14:39 -0500
-
7ec35088b1
Misc changes
Timothy Warren
2012-02-03 16:17:19 -0500
-
69b8f446c4
Database connections now implemented with GtkListStore/GtkTreeView
Timothy Warren
2012-02-02 22:18:50 -0500
-
73b846bf0f
Implemented resizable horizontal pane in main window
Timothy Warren
2012-02-02 19:40:21 -0500
-
f9b4e5128a
Corrected misnamed get_dbs() methods
Timothy Warren
2012-02-02 19:07:26 -0500
-
9808bdcbac
Added some unit tests
Timothy Warren
2012-02-02 19:04:10 -0500
-
c85f791de5
Lots of updates
Timothy Warren
2012-02-02 17:43:09 -0500
-
df192c1bb8
Incorrect Comment
Timothy Warren
2012-02-02 11:27:42 -0500
-
b6049e2048
Moved php-gtk2-win.7z to downloads - removed from repo
Timothy Warren
2012-02-02 07:53:11 -0500
-
af06d004b6
Firebird changes
Timothy Warren
2012-02-02 06:26:59 -0500
-
23f5d7ef35
Various DB changes
Timothy Warren
2012-02-01 21:02:11 -0500
-
a7de6f6e54
Relocated db_pdo class file
Timothy Warren
2012-02-01 16:37:50 -0500
-
120b526293
Load DB classes based on support
Timothy Warren
2012-02-01 16:36:55 -0500
-
9707d708cb
Formatting fixes
Timothy Warren
2012-02-01 14:45:38 -0500
-
afcc722449
Fix spelling error
Timothy Warren
2012-02-01 13:26:12 -0500
-
849098eeea
Updated Readme with php requirements
Timothy Warren
2012-02-01 13:21:28 -0500
-
e5f086b08e
Moved .gitignore to correct folder
Timothy Warren
2012-02-01 13:03:53 -0500
-
57a09a2a2a
Removed Notebook, simplified add_db layout table
Timothy Warren
2012-02-01 13:02:39 -0500
-
5e0f363eae
Updated Readme, added windows php-package
Timothy Warren
2012-02-01 12:01:51 -0500
-
41db5ce3a3
Add .gitignore
Timothy Warren
2012-02-01 11:44:55 -0500
-
2c75a4f133
Removed info box for more compatibility
Timothy Warren
2012-02-01 11:37:56 -0500
-
d0c1810818
Various Updates
Timothy Warren
2012-02-01 10:51:06 -0500
-
4f49c8b9be
More DB class improvements
Timothy Warren
2012-01-31 17:52:46 -0500
-
a9b0a99119
Added error logging for fatal errors
Timothy Warren
2012-01-31 16:41:30 -0500
-
39b2688675
Per-db driver checks
Timothy Warren
2012-01-31 16:29:48 -0500
-
fe62c5a13a
Added more fields to db connection window
Timothy Warren
2012-01-31 16:19:34 -0500
-
97196ac6c3
Started Fleshing out add db connection window
Timothy Warren
2012-01-31 12:42:38 -0500
-
59f6061a5f
General prototype
Timothy Warren
2012-01-31 11:39:30 -0500
-
8a31574421
Remove some coding weirdness
Timothy Warren
2012-01-30 21:06:04 -0500
-
85e5a75d7b
Silence a warning
Timothy Warren
2012-01-30 18:44:27 -0500
-
96605ee207
Added LICENSE file, added more to About dialog
Timothy Warren
2012-01-30 18:11:01 -0500
-
245a2f78f3
Database class addtions
Timothy Warren
2012-01-30 16:04:31 -0500
-
20bf6d7d19
Removed infobar from class scope
Timothy Warren
2012-01-30 15:30:34 -0500
-
bc017737fd
Remove toolbar, fix minor formatting issue
Timothy Warren
2012-01-30 15:23:38 -0500
-
028e53f406
Updated Readme
Timothy Warren
2012-01-30 14:11:30 -0500
-
2a1ac30308
Misc updates
Timothy Warren
2012-01-30 14:03:16 -0500
-
b7bef6a82e
Rearranged private methods
Timothy Warren
2012-01-30 13:15:44 -0500
-
c6da8310d9
Various Improvements
Timothy Warren
2012-01-30 11:22:44 -0500
-
6e4d7aa735
Removed deprecated fonction, fixes about dialog close button
Timothy Warren
2012-01-30 09:48:55 -0500
-
a3e4fa3c68
Updated Database classes
Timothy Warren
2012-01-30 07:57:17 -0500
-
665ffe8c21
Added About Dialog
Timothy Warren
2012-01-27 21:19:39 -0500