Commit Graph

346 Commits

Author SHA1 Message Date
fde790b8cb Fixed firebird driver 2012-02-28 22:45:32 -05:00
9f6f53a06a Improve PDO compatibility of Firebird driver 2012-02-28 22:28:41 -05:00
d3d8e2e1af Minor formatting changes 2012-02-28 22:07:13 -05:00
642b17b28f Fix backup_data method for Firebird driver 2012-02-28 20:53:16 -05:00
105a086603 Implemented quote and backup_data methods in firebird driver 2012-02-28 20:44:14 -05:00
451d883242 Implemented backup_data method for sqlite driver 2012-02-28 17:44:34 -05:00
4a65be4791 Implement backup_structure method for SQLite driver 2012-02-28 16:15:31 -05:00
dec1a1714f added backup_structure and backup_data methods to db classes 2012-02-28 16:02:37 -05:00
12d850e0b8 Removed source folder 2012-02-28 14:59:10 -05:00
f10f3f13f4 Removed source folder 2012-02-28 14:58:52 -05:00
d29d433d3c Various db class improvements, more SQLite tests 2012-02-28 12:28:56 -05:00
589dfe01b9 Added prepare_execute method to db drivers 2012-02-28 11:49:56 -05:00
9b6306a713 Fix failing sqlite test 2012-02-28 11:30:24 -05:00
4cd7932f9b Made Connection Sidebar a singleton 2012-02-28 10:38:13 -05:00
2fefe6e949 Beginning of right-click context menu 2012-02-27 12:14:49 -05:00
160e76ebf8 Minor tweaks 2012-02-24 17:53:16 -05:00
e3956602e1 Refactored Connection Sidebar into its own class 2012-02-24 15:16:49 -05:00
55c6002e14 Moved datagrid 2012-02-24 14:19:24 -05:00
dda089bfc6 Moved datagrid to widgets 2012-02-24 14:18:34 -05:00
4e1c604c3a SQlite improvements 2012-02-23 20:10:13 -05:00
89a014685d Fixed prepared statements in Firebird driver 2012-02-23 11:26:08 -05:00
c4ff05074f Fix gitignore 2012-02-23 11:01:17 -05:00
6a60b32ef0 Firebird Prepared Statement test 2012-02-23 09:25:10 -05:00
060ebf6876 Miscellaneous cleanup 2012-02-23 08:59:27 -05:00
4cb4f8d741 Better Firebird logo 2012-02-23 06:58:39 -05:00
0bae8d3530 Ignore changes to test databases 2012-02-22 21:36:45 -05:00
a4f8dbfd2d Would you like the db logo on the left or the right? You can move it now 2012-02-22 21:32:06 -05:00
07359fb7b8 Added label back to database connection column 2012-02-22 21:29:14 -05:00
d720d322aa Better db images 2012-02-22 20:46:32 -05:00
7d0e58dd87 Rename columns on connection sidebar - partially resolve issue #2 2012-02-22 20:42:24 -05:00
d2f8b424ef Connection sidebar shows db icon based on type 2012-02-22 20:23:49 -05:00
c3ca31a916 Started on db icon with type 2012-02-22 19:52:39 -05:00
cf37a54553 Split db connection form widget from add_db window 2012-02-22 16:30:27 -05:00
9c41237f42 Hide labels when hiding form fields in the add_db window
Addresses Issue #1
2012-02-22 11:57:25 -05:00
9827a86a20 Misc. Firebird class fixes 2012-02-22 11:38:09 -05:00
f335fa744d Fixed misnamed tests 2012-02-22 09:37:14 -05:00
c6e2831793 Show/hide host for sqlite 2012-02-21 21:22:18 -05:00
96a70b2303 Added db port to add_db window, and hide/show fields based on db-type 2012-02-21 21:07:23 -05:00
567d5aa900 Correct default postgres password 2012-02-21 20:26:41 -05:00
b977c877ac Postgres default username/password 2012-02-21 20:22:08 -05:00
1deefd3694 Fix warnings 2012-02-21 20:19:21 -05:00
b64c7dd87d Overhaul of add_db window, turn settings class into a singleton 2012-02-21 20:15:49 -05:00
80091147a1 Db File saving, fix settings class with explicit writes 2012-02-21 17:00:22 -05:00
d4bd456cbc Added execute function to firebird driver, various firebird driver improvements. 2012-02-21 15:19:10 -05:00
c4c0444e87 Minor Firebird fixes, more visibility declarations 2012-02-21 12:55:25 -05:00
3493e89d1c Added visibility keywords 2012-02-21 11:45:42 -05:00
4d50456c9c Correct function name, fix minor style issue. 2012-02-21 11:38:45 -05:00
09b0b1fbe3 Added transaction functions to firebird driver 2012-02-20 16:53:24 -05:00
c938964260 Fixed misc Firebird issues, added file chooser to add database dialog 2012-02-20 16:22:09 -05:00
774ee1f74a Fixed some query escaping issues 2012-02-16 18:27:49 -05:00