Commit Graph

172 Commits

Author SHA1 Message Date
Timothy Warren 372aed5efe Add more meta-data methods 2012-04-06 19:22:52 -04:00
Timothy Warren 13aa64d24d Minor Firebird fixes 2012-04-06 16:41:45 -04:00
Timothy Warren 13b3f36d02 Moar tabs!
And better schema retreiving method for Postgres
2012-04-06 16:36:50 -04:00
Timothy Warren 7c25981fcb Order db meta information alphabetically 2012-04-06 16:17:07 -04:00
Timothy Warren ad57c69574 Add get_sequences method to db drivers 2012-04-06 16:10:16 -04:00
Timothy Warren fb72bd2b14 Simplify adding tabs to the interface 2012-04-04 16:28:18 -04:00
Timothy Warren 9c1ac2bd17 Show views on connection, clean up metadata-fetching methods 2012-04-04 10:47:14 -04:00
Timothy Warren 7d33ba2660 A little cleanup 2012-04-04 07:47:39 -04:00
Timothy Warren 9b49d655d2 Databases tab 2012-04-03 11:23:53 -04:00
Timothy Warren 9dd0a3c17f Connection shows tables! 2012-04-03 10:16:25 -04:00
Timothy Warren f45e66e9ee Miscellaneous fixes 2012-04-02 16:56:55 -04:00
Timothy Warren f2191c9ae4 Fix loading of existing database info for editing
Move global function to their own file
2012-04-02 13:04:53 -04:00
Timothy Warren 96ada089ee Fix some tests 2012-04-02 10:52:46 -04:00
Timothy Warren fdc37f8819 Normalize database table listing 2012-04-02 10:23:27 -04:00
Timothy Warren 59e167c064 Start of connecting! 2012-04-02 09:47:13 -04:00
Timothy Warren ee3f7901ec Misc code cleanup 2012-04-02 08:43:27 -04:00
Timothy Warren e7abfec149 DbReg class improvements 2012-03-30 18:40:06 -04:00
Timothy Warren 1ea1896378 Db connection editing, misc cleanup 2012-03-30 15:22:52 -04:00
Timothy Warren fb462998b4 Move datagrid class 2012-03-30 14:52:46 -04:00
Timothy Warren 5c78737767 Remove connections, edit connection window 2012-03-30 14:48:50 -04:00
Timothy Warren 069837ae35 Remove DB works 2012-03-30 13:09:38 -04:00
Timothy Warren 53652d62b4 Move datagrid reset logic to data_grid class 2012-03-30 10:13:16 -04:00
Timothy Warren a199784934 Don't duplicate existing connections when adding a new one. 2012-03-30 10:04:41 -04:00
Timothy Warren 634a5b92a2 Dynamically add connections 2012-03-30 09:58:41 -04:00
Timothy Warren 84fcc1c8d2 Getting towards dynamic sidebar updates 2012-03-29 19:57:10 -04:00
Timothy Warren 19c709fc93 Various improvements 2012-03-29 16:26:50 -04:00
Timothy Warren b241819799 Improve dsn string logic 2012-03-29 07:39:04 -04:00
Timothy Warren 42273c43aa Once more 2012-03-28 22:00:00 -04:00
Timothy Warren 028003d4db Fix broken fix fix 2012-03-28 21:58:30 -04:00
Timothy Warren 8b602597d3 Fix bad fix 2012-03-28 21:13:59 -04:00
Timothy Warren ff3fba3e37 Improved Query Builder 2012-03-28 20:32:33 -04:00
Timothy Warren 43e7bfeb39 Improvements to db_info_widget 2012-03-28 20:14:10 -04:00
Timothy Warren a368285710 Add tabbed interface for switching between database aspects
Such as tables, views, stored procedures, et cetera.
2012-03-28 16:10:39 -04:00
Timothy Warren 382fb8e711 Re-add Data Grid 2012-03-28 15:13:34 -04:00
Timothy Warren b8f9f79179 Start of unit tests for settings class 2012-03-28 12:20:18 -04:00
Timothy Warren 7acbe41e8f Added edit connection menu item to connection sidebar 2012-03-28 11:52:38 -04:00
Timothy Warren bde8f0f179 Misc cleanup 2012-03-28 11:23:08 -04:00
Timothy Warren d86fa948a9 Misc cleanup 2012-03-28 09:57:57 -04:00
Timothy Warren 407bd26b0f Added generic confirm dialog 2012-03-27 15:47:56 -04:00
Timothy Warren fcd7ab58a8 Misc formatting 2012-03-27 10:57:42 -04:00
Timothy Warren 5ffdaca762 Save window size and position on close
And Remove some extraneous references.
2012-03-27 09:37:04 -04:00
Timothy Warren a77591dfa7 Added general "alert" dialog, and "error" dialog 2012-03-26 15:55:36 -04:00
Timothy Warren 427a1c0ccb Minor formatting changes 2012-03-26 12:55:52 -04:00
Timothy Warren 961cbbe67a Make Query Builder more flexible 2012-03-23 15:33:05 -04:00
Timothy Warren 225a5560fd Travis integration 2012-03-23 15:29:34 -04:00
Timothy Warren a59ab40061 Don't run tests on databases that don't exist!
And remove query echoing
2012-03-19 14:36:20 -04:00
Timothy Warren 86dd9ddebe Remove references to ibase_* methods 2012-03-19 12:20:51 -04:00
Timothy Warren a119dc5082 switch ibase_ methods to fbird_ methods 2012-03-19 12:04:10 -04:00
Timothy Warren 498fe54931 Added Postgres Tests 2012-03-19 10:19:34 -04:00
Timothy Warren 2b68dc505c Fixed mysql tests 2012-03-15 16:52:03 -04:00
Timothy Warren 70ccdfea0f MySQL tests 2012-03-15 16:39:01 -04:00
Timothy Warren 6efc5ef008 Fix issue #7 2012-03-15 14:04:45 -04:00
Timothy Warren 7275eb10fa Add __call to query builder 2012-03-15 13:31:23 -04:00
Timothy Warren 5e73938733 A few more query builder tests 2012-03-14 15:46:54 -04:00
Timothy Warren 09caf1d256 Minor formatting cleanup 2012-03-14 14:22:34 -04:00
Timothy Warren 4683311f61 Initial implementation of the rest of the query builder methods 2012-03-14 14:17:15 -04:00
Timothy Warren 79ca1ee071 Implement all the rest of the where* and like* methods in query_builder, as well as query grouping methods 2012-03-14 13:49:28 -04:00
Timothy Warren 01020853e2 Implemented where_in method of query builder 2012-03-14 13:32:18 -04:00
Timothy Warren b550cacdd6 Refactored query construction 2012-03-14 10:52:11 -04:00
Timothy Warren 3f7236c706 Started query queue with like method 2012-03-13 20:04:18 -04:00
Timothy Warren 521c0d32da start of like method implementation 2012-03-13 19:37:24 -04:00
Timothy Warren 8a040a2b45 Fixed incorrect output for odbc_sql method 2012-03-13 19:16:10 -04:00
Timothy Warren 9aad56fafe Implemented random ordering for databases that support it 2012-03-13 18:53:32 -04:00
Timothy Warren 3767956481 Added random function syntax to each driver 2012-03-13 18:40:51 -04:00
Timothy Warren 382664ff6d Added order_by method to query builder 2012-03-13 14:57:01 -04:00
Timothy Warren f83e93541c Query builder delete tests 2012-03-13 13:38:47 -04:00
Timothy Warren 57fa7a5177 Implement delete query builder method, add empty_table db method 2012-03-13 13:25:47 -04:00
Timothy Warren 1d30e2be71 Update and Insert tests 2012-03-13 12:57:12 -04:00
Timothy Warren 20555ccc3a Fixed insert statement syntax error 2012-03-13 12:33:14 -04:00
Timothy Warren 0022126b96 sqlite insert test 2012-03-13 12:28:51 -04:00
Timothy Warren 15672b6928 Implemented Insert method in query builder 2012-03-13 10:13:57 -04:00
Timothy Warren 46ca22d912 Implemented update method 2012-03-13 09:59:34 -04:00
Timothy Warren a29d3a2361 More method scaffolding 2012-03-12 16:43:02 -04:00
Timothy Warren be46ca3f90 Reorganize query_builder method order 2012-03-12 16:17:30 -04:00
Timothy Warren d74e1907dd Added truncate tests to firebird/sqlite test suites 2012-03-12 16:09:12 -04:00
Timothy Warren 9d33c5e8f0 Generalized query_builder '_reset' method 2012-03-12 15:46:55 -04:00
Timothy Warren 4701cbfe65 Removed duplicate 'join' method 2012-03-12 15:32:04 -04:00
Timothy Warren 0eb9de2ba6 Implement set method 2012-03-12 15:28:52 -04:00
Timothy Warren e3ba364dd6 Scaffolding for additional query builder methods 2012-03-12 14:09:58 -04:00
Timothy Warren 80a878d16e Split query builder tests 2012-03-09 16:17:21 -05:00
Timothy Warren 6e454f4585 Added limit method to query builder 2012-03-09 15:55:56 -05:00
Timothy Warren ab194c0ee8 Added 'from' method to query_builder 2012-03-09 14:27:13 -05:00
Timothy Warren 0654b94793 Move QB tests into their own test cases, remove create/delete table tests 2012-03-09 13:42:02 -05:00
Timothy Warren c61df13fbc Fix get-where tests 2012-03-09 12:52:35 -05:00
Timothy Warren 6b6660585c Query builder 'where' method 2012-03-09 11:56:14 -05:00
Timothy Warren 913993c963 Fix tests 2012-03-09 08:26:16 -05:00
Timothy Warren 6bd17a2150 SQLite Test, FIx syntax error 2012-03-09 08:10:37 -05:00
Timothy Warren c4f1fd3e0d Query Builder select method 2012-03-09 08:04:47 -05:00
Timothy Warren 80b77487eb Various cleanup 2012-03-08 13:29:30 -05:00
Timothy Warren 0856de65fc Some Query Builder tests 2012-03-08 12:37:33 -05:00
Timothy Warren 1cbfb0a0e3 Query builder firebird tests 2012-03-08 09:15:42 -05:00
Timothy Warren 7516b73aca Added connection registry 2012-03-07 18:57:52 -05:00
Timothy Warren 7bc8bce9fa More file rearrangement, some scaffolding for query_builder class 2012-03-07 16:52:51 -05:00
Timothy Warren 7568afefa6 Revert "Firebird exceptions"
This reverts commit e89a2cedba.
2012-03-07 15:21:44 -05:00
Timothy Warren e89a2cedba Firebird exceptions 2012-03-07 14:50:45 -05:00
Timothy Warren b75209d486 Added success dialog back to connection test method 2012-03-07 11:37:13 -05:00
Timothy Warren 4acf07da4c Fixed exception throwing conditions 2012-03-07 11:32:20 -05:00
Timothy Warren 80946c2575 Convert php errors to exceptions 2012-03-07 11:26:45 -05:00
Timothy Warren d555412826 Firebird driver now throws PDOException 2012-03-06 21:32:49 -05:00
Timothy Warren 83e949d7f2 Removed native pdo firebird driver 2012-03-06 21:07:34 -05:00