|
9614482341
|
Misc improvements
|
2012-04-09 13:27:12 -04:00 |
|
|
acd88b9309
|
System tables tab, update license file
|
2012-04-09 10:52:51 -04:00 |
|
|
f4dfd8962c
|
Minor style change in Firebird driver
|
2012-04-09 10:35:00 -04:00 |
|
|
a94a92e73e
|
Fix db_tab reset
Fixes #10
|
2012-04-09 08:57:01 -04:00 |
|
|
f2bd843edd
|
Implement more meta-data methods
|
2012-04-06 21:07:49 -04:00 |
|
|
29e8562191
|
Firebird corrections
|
2012-04-06 20:05:30 -04:00 |
|
|
372aed5efe
|
Add more meta-data methods
|
2012-04-06 19:22:52 -04:00 |
|
|
13aa64d24d
|
Minor Firebird fixes
|
2012-04-06 16:41:45 -04:00 |
|
|
13b3f36d02
|
Moar tabs!
And better schema retreiving method for Postgres
|
2012-04-06 16:36:50 -04:00 |
|
|
7c25981fcb
|
Order db meta information alphabetically
|
2012-04-06 16:17:07 -04:00 |
|
|
ad57c69574
|
Add get_sequences method to db drivers
|
2012-04-06 16:10:16 -04:00 |
|
|
9c1ac2bd17
|
Show views on connection, clean up metadata-fetching methods
|
2012-04-04 10:47:14 -04:00 |
|
|
9b49d655d2
|
Databases tab
|
2012-04-03 11:23:53 -04:00 |
|
|
f45e66e9ee
|
Miscellaneous fixes
|
2012-04-02 16:56:55 -04:00 |
|
|
96ada089ee
|
Fix some tests
|
2012-04-02 10:52:46 -04:00 |
|
|
fdc37f8819
|
Normalize database table listing
|
2012-04-02 10:23:27 -04:00 |
|
|
59e167c064
|
Start of connecting!
|
2012-04-02 09:47:13 -04:00 |
|
|
ee3f7901ec
|
Misc code cleanup
|
2012-04-02 08:43:27 -04:00 |
|
|
e7abfec149
|
DbReg class improvements
|
2012-03-30 18:40:06 -04:00 |
|
|
19c709fc93
|
Various improvements
|
2012-03-29 16:26:50 -04:00 |
|
|
b241819799
|
Improve dsn string logic
|
2012-03-29 07:39:04 -04:00 |
|
|
42273c43aa
|
Once more
|
2012-03-28 22:00:00 -04:00 |
|
|
028003d4db
|
Fix broken fix fix
|
2012-03-28 21:58:30 -04:00 |
|
|
8b602597d3
|
Fix bad fix
|
2012-03-28 21:13:59 -04:00 |
|
|
ff3fba3e37
|
Improved Query Builder
|
2012-03-28 20:32:33 -04:00 |
|
|
bde8f0f179
|
Misc cleanup
|
2012-03-28 11:23:08 -04:00 |
|
|
961cbbe67a
|
Make Query Builder more flexible
|
2012-03-23 15:33:05 -04:00 |
|
|
225a5560fd
|
Travis integration
|
2012-03-23 15:29:34 -04:00 |
|
|
a59ab40061
|
Don't run tests on databases that don't exist!
And remove query echoing
|
2012-03-19 14:36:20 -04:00 |
|
|
86dd9ddebe
|
Remove references to ibase_* methods
|
2012-03-19 12:20:51 -04:00 |
|
|
a119dc5082
|
switch ibase_ methods to fbird_ methods
|
2012-03-19 12:04:10 -04:00 |
|
|
498fe54931
|
Added Postgres Tests
|
2012-03-19 10:19:34 -04:00 |
|
|
2b68dc505c
|
Fixed mysql tests
|
2012-03-15 16:52:03 -04:00 |
|
|
70ccdfea0f
|
MySQL tests
|
2012-03-15 16:39:01 -04:00 |
|
|
6efc5ef008
|
Fix issue #7
|
2012-03-15 14:04:45 -04:00 |
|
|
7275eb10fa
|
Add __call to query builder
|
2012-03-15 13:31:23 -04:00 |
|
|
5e73938733
|
A few more query builder tests
|
2012-03-14 15:46:54 -04:00 |
|
|
09caf1d256
|
Minor formatting cleanup
|
2012-03-14 14:22:34 -04:00 |
|
|
4683311f61
|
Initial implementation of the rest of the query builder methods
|
2012-03-14 14:17:15 -04:00 |
|
|
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 |
|
|
01020853e2
|
Implemented where_in method of query builder
|
2012-03-14 13:32:18 -04:00 |
|
|
b550cacdd6
|
Refactored query construction
|
2012-03-14 10:52:11 -04:00 |
|
|
3f7236c706
|
Started query queue with like method
|
2012-03-13 20:04:18 -04:00 |
|
|
521c0d32da
|
start of like method implementation
|
2012-03-13 19:37:24 -04:00 |
|
|
8a040a2b45
|
Fixed incorrect output for odbc_sql method
|
2012-03-13 19:16:10 -04:00 |
|
|
9aad56fafe
|
Implemented random ordering for databases that support it
|
2012-03-13 18:53:32 -04:00 |
|
|
3767956481
|
Added random function syntax to each driver
|
2012-03-13 18:40:51 -04:00 |
|
|
382664ff6d
|
Added order_by method to query builder
|
2012-03-13 14:57:01 -04:00 |
|
|
f83e93541c
|
Query builder delete tests
|
2012-03-13 13:38:47 -04:00 |
|
|
57fa7a5177
|
Implement delete query builder method, add empty_table db method
|
2012-03-13 13:25:47 -04:00 |
|