Dan Sosedoff
|
26ea9fc1b8
|
Fix the JSON beautifier flag
|
2017-09-16 21:57:04 -05:00 |
|
Dan Sosedoff
|
6ab30ed308
|
Update the client last usage timestamp
|
2017-09-14 00:16:40 -05:00 |
|
Dan Sosedoff
|
3a9bb58646
|
Merge pull request #264 from sosedoff/print-version-on-start
Print postgres version on start in a single-session mode
|
2017-09-14 00:00:21 -05:00 |
|
Dan Sosedoff
|
af7e504e4f
|
Print postgres version on start in a single-session mode
|
2017-09-13 23:42:44 -05:00 |
|
Dan Sosedoff
|
d786d0018e
|
Make JSON formatting a feature flag, enabled by default
|
2017-09-13 23:27:54 -05:00 |
|
Dan Sosedoff
|
e44e66a8e8
|
Use indent marshaller for JSON results by default
|
2017-08-04 22:10:12 -05:00 |
|
Steven Kabbes
|
2d03aa02e2
|
test: attempt to fix tests again
|
2017-08-04 14:16:59 -07:00 |
|
Steven Kabbes
|
8d4d564935
|
test: fix tests to expect comment column
|
2017-08-04 14:13:49 -07:00 |
|
Dan Sosedoff
|
c592d0063d
|
Set activity queries for different pg versions
|
2017-05-09 22:51:26 -05:00 |
|
Dan Sosedoff
|
e9787440fb
|
Set server version for the client on start up
|
2017-05-09 21:53:24 -05:00 |
|
Dan Sosedoff
|
1ee02d1451
|
Add activity query client test
|
2017-05-09 21:53:24 -05:00 |
|
Dan Sosedoff
|
97b612c1b3
|
Merge pull request #193 from sosedoff/read-only-mode
Read only mode
|
2016-11-05 21:29:30 -05:00 |
|
Dan Sosedoff
|
da0916b8c7
|
Add note about skipped windows tests
|
2016-11-05 18:53:42 -05:00 |
|
Dan Sosedoff
|
8f90ec4173
|
Add missing history uniqueness test
|
2016-11-05 17:52:18 -05:00 |
|
Dan Sosedoff
|
2d2bd1d0b1
|
Add test to verify readonly mode
|
2016-11-05 17:51:34 -05:00 |
|
Dan Sosedoff
|
661fed0dbb
|
Set default transaction mode to read only with --readonly flag
|
2016-11-05 17:43:30 -05:00 |
|
Dan Sosedoff
|
d0d84a62cd
|
Add escaping to order statement
|
2016-11-03 19:56:55 -05:00 |
|
Dan Sosedoff
|
1f39c2e229
|
Lint: Fix sql statements naming
|
2016-09-01 10:05:46 -05:00 |
|
Dan Sosedoff
|
790833dc4e
|
Specify cell timestamp layout for CSV export, #163
|
2016-06-27 22:38:48 -05:00 |
|
Dan Sosedoff
|
4b4f778360
|
Return number of affected rows if sql query is update or delete
|
2016-02-18 22:36:01 -06:00 |
|
Dan Sosedoff
|
951bec8596
|
Go vet
|
2016-01-22 12:12:00 -06:00 |
|
Dan Sosedoff
|
bd207a3551
|
Fix js error when custom sql query returns no results
|
2016-01-20 09:21:31 -06:00 |
|
Dan Sosedoff
|
9bfaae7194
|
Merge with master
|
2016-01-17 15:22:33 -06:00 |
|
Dan Sosedoff
|
4844270f0b
|
Return empty rows collection if query does not have any rows
|
2016-01-17 15:05:57 -06:00 |
|
Dan Sosedoff
|
3167d96cfc
|
use a different query to fetch materialized view structure
|
2016-01-17 15:00:33 -06:00 |
|
Dan Sosedoff
|
9766bb2ed2
|
Add ability to run tests on postgresql 9.1-9.5
|
2016-01-15 12:33:30 -06:00 |
|
Dan Sosedoff
|
3af20f9327
|
Display materialized views
|
2016-01-14 21:30:19 -06:00 |
|
Dan Sosedoff
|
983f285373
|
Point db to local tunnel if ssh is enabled
|
2016-01-14 21:14:45 -06:00 |
|
Dan Sosedoff
|
f0f447857f
|
Tunnel implementation, allow using ssh on connection screen
|
2016-01-14 19:50:01 -06:00 |
|
Dan Sosedoff
|
fb66acebc3
|
Use anonymous structs in the test
|
2016-01-14 16:55:05 -06:00 |
|
Dan Sosedoff
|
68c2b4d084
|
Initial ssh tunnel implementation
|
2016-01-13 01:29:14 -06:00 |
|
Dan Sosedoff
|
556e7d445a
|
Remove unused sequences code
|
2016-01-12 22:05:32 -06:00 |
|
Dan Sosedoff
|
9ffa05affb
|
Initial support for multiple schemas
|
2016-01-12 21:33:44 -06:00 |
|
Dan Sosedoff
|
f3920afe8c
|
Only expose sessions data in debug mode, otherwise return just a count of sessions
|
2016-01-10 15:16:31 -06:00 |
|
Dan Sosedoff
|
38c971ab49
|
Implement pagination and simple filtering
|
2016-01-08 14:16:53 -06:00 |
|
Dan Sosedoff
|
61523e33df
|
Add support for offset in table rows endpoint, dry up code
|
2016-01-07 21:18:22 -06:00 |
|
Dan Sosedoff
|
9b5764d4fb
|
Do not record duplicate queries into history
|
2016-01-07 20:55:23 -06:00 |
|
Dan Sosedoff
|
28178e46de
|
Format big floats as well
|
2016-01-07 20:10:53 -06:00 |
|
Dan Sosedoff
|
3acc6febae
|
Automatically call PrepareBigints for all queries
|
2016-01-07 11:33:08 -06:00 |
|
Dan Sosedoff
|
fbb8ffbfc6
|
Encode bigints as strings
|
2016-01-07 11:27:16 -06:00 |
|
Dan Sosedoff
|
c7e58f0828
|
Remove duplicate code
|
2016-01-04 18:35:05 -06:00 |
|
Dan Sosedoff
|
1f99576a37
|
Add test cases for result struct
|
2016-01-04 18:33:54 -06:00 |
|
Dan Sosedoff
|
91d8d3ee83
|
Move result struct into its own file
|
2016-01-04 18:19:16 -06:00 |
|
Dan Sosedoff
|
73a97893e9
|
Add ability to export table to JSON and XML
|
2016-01-04 18:03:53 -06:00 |
|
Brian Low
|
eeb0fdf3a4
|
Show table constraints
|
2015-12-04 17:15:03 -07:00 |
|
niiyz
|
4688e62b90
|
Add Sequences to API Test.
|
2015-11-13 21:36:51 +09:00 |
|
niiyz
|
232790b452
|
Add Sequences to API.
|
2015-11-13 21:36:13 +09:00 |
|
Dan Sosedoff
|
785108002e
|
Support both postgresql:// and posgres:// url prefix
|
2015-07-14 22:42:46 -05:00 |
|
Dan Sosedoff
|
50cdf99913
|
Fix all tests
|
2015-04-30 12:09:29 -05:00 |
|
Dan Sosedoff
|
c513930e27
|
Restructure application
|
2015-04-30 11:47:07 -05:00 |
|