Neil O'Toole
|
67a30d7129
|
Better detection of stdin input (#346)
|
2023-12-06 13:53:24 -07:00 |
|
neilotoole
|
e7a28a73cc
|
.gitignore updates
|
2023-12-06 13:36:13 -07:00 |
|
neilotoole
|
453437c267
|
Scoop update for sq version v0.46.0
|
2023-11-22 12:10:01 -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
|
5c0f187abf
|
Scoop update for sq version v0.45.0
|
2023-11-21 20:01:33 -07:00 |
|
neilotoole
|
e5b36fa36a
|
Release v0.45.0
|
2023-11-21 19:55:09 -07:00 |
|
Neil O'Toole
|
51ccfa6976
|
kind detector now handles decimal.Decimal (#337)
|
2023-11-21 19:07:10 -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
|
9a00aee3f3
|
Scoop update for sq version v0.44.0
|
2023-11-20 14:59:18 -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 |
|
neilotoole
|
1b99583adc
|
linting
|
2023-11-20 06:12:41 -07:00 |
|
neilotoole
|
5cd61489ad
|
Docs typo
|
2023-11-20 00:06:52 -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 |
|
neilotoole
|
997cd1c2d3
|
Docs cleanup
|
2023-11-19 23:45:59 -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 |
|
Neil O'Toole
|
2de993acaa
|
Sort imports using goimports-reviser (#331)
|
2023-11-19 18:06:36 -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
|
6d8dabfc86
|
Scoop update for sq version v0.43.1
|
2023-11-19 07:36:10 -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
|
30b7d6421e
|
Revert accidentally modified sakila.db
|
2023-11-19 05:48:41 -07:00 |
|
neilotoole
|
a01c3240e7
|
Disable --exedc and --query flags on cmd sql
|
2023-11-18 21:37:36 -07:00 |
|
neilotoole
|
781e7ea235
|
CHANGELOG clarifications
|
2023-11-18 21:27:38 -07:00 |
|
neilotoole
|
4d46bcebaa
|
Scoop update for sq version v0.43.0
|
2023-11-18 19:55:39 -07:00 |
|
neilotoole
|
897a1cba43
|
CHANGELOG for v0.43.0
|
2023-11-18 19:32:16 -07:00 |
|
Neil O'Toole
|
82727b3890
|
Refactor/rename database to pool (#328)
* Renamed `driver.Database` to `driver.Pool` (and related things)
* workflow: Update tparse version
* workflow: Update golangci-lint version
|
2023-11-18 19:21:14 -07:00 |
|
Neil O'Toole
|
511e69f59b
|
Bunch o' dependency updates (#327)
* Bunch o' dependency updates
* All deps updated
* Linting
|
2023-11-18 18:02:50 -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
|
99698bf15c
|
install.sh: xbps-install (void linux) support (#317)
* install.sh: xbps-install (void linux) support
|
2023-09-24 17:27:42 -06:00 |
|
neilotoole
|
a43bd3c221
|
README acknowledgements
|
2023-09-24 15:37:48 -06:00 |
|
Neil O'Toole
|
c763431201
|
go.mod updates (#315)
* go.mod udpates
* More go.mod updates
|
2023-09-24 15:27:15 -06:00 |
|
Neil O'Toole
|
f69acb95de
|
Update CHANGELOG.md
|
2023-09-11 00:08:01 -06:00 |
|
neilotoole
|
a5182b3692
|
Scoop update for sq version v0.42.1
|
2023-09-10 12:07:56 -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 |
|
icp
|
82491db8a5
|
build: fix for 32-bit systems (#308)
|
2023-09-10 10:43:11 -06:00 |
|
Neil O'Toole
|
5533dcab6f
|
Postgres sakiladb no longer requires separate admin user (#309)
|
2023-09-10 10:40:37 -06:00 |
|
dependabot[bot]
|
598105e962
|
Bump github.com/xo/dburl from 0.14.2 to 0.16.0 (#306)
Bumps [github.com/xo/dburl](https://github.com/xo/dburl) from 0.14.2 to 0.16.0.
- [Release notes](https://github.com/xo/dburl/releases)
- [Commits](https://github.com/xo/dburl/compare/v0.14.2...v0.16.0)
---
updated-dependencies:
- dependency-name: github.com/xo/dburl
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-08-24 14:29:59 -06:00 |
|
dependabot[bot]
|
ae71dd0f37
|
Bump github.com/google/uuid from 1.3.0 to 1.3.1 (#305)
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/uuid/compare/v1.3.0...v1.3.1)
---
updated-dependencies:
- dependency-name: github.com/google/uuid
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-08-24 14:28:49 -06:00 |
|