neilotoole
3d74f68791
CHANGELOG fix
2024-01-30 23:05:10 -07:00
Neil O'Toole
c7ab3ed79e
Shell completion fixes ( #388 )
...
* Now correctly handling cobra.ShellCompNoDescRequestCmd in cli.ExecuteWith
* wip: partially moved to new 'completion' cmd impl
* More comments clarification
* make fmt
* rename .completions.sh -> .generate-completions.sh
* Deleted unused cli/cmd_completion.go
2024-01-30 23:04:10 -07:00
Neil O'Toole
135318f542
sq fails on first config write ( #387 )
...
* Fixed bug with config write on fresh install
* Added test for config write on fresh install
2024-01-29 22:03:03 -07:00
neilotoole
d8a1992da7
Release v0.47.1
2024-01-29 13:04:31 -07:00
neilotoole
843f13e216
CHANGELOG for v0.47.0
2024-01-29 11:35:58 -07:00
neilotoole
a5d4e885b2
Additional docs
2024-01-29 06:46:23 -07:00
neilotoole
fc63ec40c3
CHANGELOG formatting
2024-01-29 00:26:50 -07:00
Neil O'Toole
9a0b9b7a9c
Ingest checksum issue ( #378 )
...
- Refactor `Downloader.Get`.
2024-01-28 23:55:25 -07:00
neilotoole
d7b0880d89
Prep for v0.47.0
2024-01-28 15:16:41 -07:00
Neil O'Toole
181e128a2d
Release wrap up v0.47.0 ( #377 )
...
* Misc cleanup pre-release
2024-01-28 14:55:51 -07:00
Neil O'Toole
452a91547c
Better handling of download cache refresh ( #366 )
...
* A failed download cache refresh no longer destroys the previous cache.
2024-01-26 15:18:38 -07:00
neilotoole
19be13deb2
CHANGELOG update
2024-01-25 09:22:58 -07:00
Neil O'Toole
db55986980
#307 : Ingest cache ( #354 )
...
- Support for ingest cache, download cache, and progress bars.
2024-01-14 18:45:34 -07:00
neilotoole
782e92fcf8
Release v0.46.1
2023-12-06 20:34:42 -07:00
neilotoole
9d5d1b7fed
Release v0.46.0
2023-11-22 12:02:41 -07:00
Neil O'Toole
880c817958
Added aliases for cmd inspect flags; added aliases for order_by and group_by ( #340 )
2023-11-22 11:36:34 -07:00
Neil O'Toole
f0d83cda86
Implement SLQ having() ( #339 )
...
* Implemented SLQ having()
2023-11-22 10:56:19 -07:00
neilotoole
b8cee8843a
CHANGELOG formatting
2023-11-21 20:06:45 -07:00
neilotoole
e5b36fa36a
Release v0.45.0
2023-11-21 19:55:09 -07:00
Neil O'Toole
f85da722ad
#335 decimal type support ( #336 )
...
* Now using a dedicated `decimal.Decimal` type instead of float/string.
2023-11-21 14:49:52 -07:00
neilotoole
69d5402cb9
CHANGELOG for v0.44.0
2023-11-20 14:50:18 -07:00
neilotoole
986faa1dd7
cmd diff help fix
2023-11-20 14:47:19 -07:00
Neil O'Toole
096e209a01
sq inspect now has --schemata and --catalogs modes ( #334 )
...
* Add --schemata and --catalogs flags to "sq inspect"
2023-11-20 14:42:38 -07:00
Neil O'Toole
25b9d87b08
Revert deletion of cmd sql --exec and --query flags ( #333 )
...
* Revert deletion of cmd sql --exec and --query flags
* Fixed conflicts
2023-11-20 00:04:23 -07:00
neilotoole
79ab4940a7
CHANGELOG update
2023-11-19 23:59:30 -07:00
Neil O'Toole
79e1afd64f
SQL rownum() func ( #332 )
...
* Implemented SLQ rownum() func
2023-11-19 23:44:36 -07:00
Neil O'Toole
0f9b5e2a75
"sq version" now honors format.datetime option ( #330 )
...
* sq version now honors config option format.date
* CHANGELOG update
* sq version now honors config option format.date
2023-11-19 20:28:09 -07:00
neilotoole
c04ef15be8
CHANGELOG clarification
2023-11-19 07:52:40 -07:00
neilotoole
449c01a2c7
CHANGELOG clarification
2023-11-19 07:50:31 -07:00
neilotoole
969e51b809
CHANGELOG for v0.43.1
2023-11-19 07:23:32 -07:00
Neil O'Toole
d7fc315028
sq inspect now shows catalog (when outputting in JSON and YAML format) ( #329 )
2023-11-19 07:21:38 -07:00
neilotoole
781e7ea235
CHANGELOG clarifications
2023-11-18 21:27:38 -07:00
neilotoole
897a1cba43
CHANGELOG for v0.43.0
2023-11-18 19:32:16 -07:00
Neil O'Toole
f07edef14d
Add flag --src.schema ( #326 )
...
* Support for --src.schema in commands "slq", "sql", and "inspect"
2023-11-18 17:05:48 -07:00
neilotoole
3735e803b0
CHANGELOG formatting
2023-09-29 21:17:25 -06:00
Neil O'Toole
f69acb95de
Update CHANGELOG.md
2023-09-11 00:08:01 -06:00
neilotoole
b8451e4168
CHANGELOG for v0.42.1
2023-09-10 11:51:57 -06:00
neilotoole
21d7f8db4c
CHANGELOG for v0.42.1
2023-09-10 11:51:08 -06:00
neilotoole
36f096cb38
CHANGELOG for v0.42.1
2023-09-10 11:49:56 -06:00
neilotoole
5b09050c50
CHANGELOG for v0.42.1
2023-09-10 11:48:38 -06:00
neilotoole
648ed8d0ea
CHANGELOG update for v0.42.0; tidy up worfklow files
2023-08-22 07:35:41 -06:00
neilotoole
c60fbc8d13
CHANGELOG
2023-08-21 10:27:07 -06:00
Neil O'Toole
6b613d9adc
#279 : SQLite virtual tables ( #304 )
...
* sqlite: initial extensions support, including virtual tables and fts5
* sqlite: virtual table columns now report type
2023-08-21 10:05:17 -06:00
neilotoole
4b1c4bdaec
cmd version: was missing newline in output
2023-08-20 08:50:24 -06:00
neilotoole
3c1320590c
v0.41.0 release
2023-08-20 07:41:15 -06:00
neilotoole
ed24e4eec8
v0.40.0 release
2023-08-20 07:40:59 -06:00
neilotoole
754d528ce9
CHANGELOG links
2023-08-18 09:56:06 -06:00
Neil O'Toole
db092d5453
CSV ingest improvements ( #302 )
...
* csv: additional datetime detect formats
2023-08-18 09:21:11 -06:00
Neil O'Toole
edc933d897
#200 : Feature/200 excel driver ( #301 )
...
* Switch to excelize driver
2023-08-16 09:09:50 -06:00
Neil O'Toole
3c4b61b806
#200 : Excel date format config ( #294 )
...
* Config options to control Excel date/time output format
2023-08-03 23:41:33 -06:00