summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2024-05-11Update usql version to v0.19.1Kenneth Shaw
Add support for Clickhouse transports (`clickhouse+http://` + `clickhouse+https://`) **Full Changelog**: https://github.com/xo/usql/compare/v0.19.0...v0.19.1
2024-05-11Update usql version to v0.19.0Kenneth Shaw
## What's Changed * Fix Clickhouse Test by @murfffi in https://github.com/xo/usql/pull/455 * chore: fix function name in comment by @oftenoccur in https://github.com/xo/usql/pull/456 * Fixes in \copy implementation for Clickhouse by @murfffi in https://github.com/xo/usql/pull/457 ## New Contributors * @murfffi made their first contribution in https://github.com/xo/usql/pull/455 * @oftenoccur made their first contribution in https://github.com/xo/usql/pull/456 **Full Changelog**: https://github.com/xo/usql/compare/v0.18.1...v0.19.0
2024-03-28Update usql version to v0.18.1Kenneth Shaw
Fixes a connection issue with the vertica driver. **Full Changelog**: https://github.com/xo/usql/compare/v0.18.0...v0.18.1
2024-03-28Update usql version to v0.18.0Kenneth Shaw
Bug fixes and additional meta commands: * Add `usql_trim` option to odbc, adodb drivers * Add `LISTEN` and `RAISE` support to pgx driver * Moved to Go 1.22 * Fix `UNIQUEIDENTIFIER` column type in sqlserver driver * Fix `\timing` meta command to work with all queries * Add `\getenv` meta command * Add `\bind` meta command * Fix dollar string literals (postgres) * Update dependencies to latest database drivers **Full Changelog**: https://github.com/xo/usql/compare/v0.17.5...v0.18.0
2024-01-06Update usql version to v0.17.5Kenneth Shaw
Adding ramsql **Full Changelog**: https://github.com/xo/usql/compare/v0.17.4...v0.17.5
2024-01-03Update usql version to v0.17.4Kenneth Shaw
Renamed genji -> chai, updated driver package paths, dependency updates, fixed build issue for ARM **Full Changelog**: https://github.com/xo/usql/compare/v0.17.3...v0.17.4
2023-12-21Update usql version to v0.17.2Kenneth Shaw
**Full Changelog**: https://github.com/xo/usql/compare/v0.17.1...v0.17.2
2023-12-20Update usql version to v0.17.1Kenneth Shaw
**Full Changelog**: https://github.com/xo/usql/compare/v0.17.0...v0.17.1
2023-12-03Update usql version to v0.17.0Kenneth Shaw
Adding databricks, dynamodb, ydb drivers **Full Changelog**: https://github.com/xo/usql/compare/v0.16.1...v0.17.0
2023-11-30Update usql version to v0.16.1Kenneth Shaw
Reenables hive driver for release builds **Full Changelog**: https://github.com/xo/usql/compare/v0.16.0...v0.16.1
2023-11-14Update usql version to v0.16.0Kenneth Shaw
## What's Changed * Update Runtime Configuration section in README by @exastone in https://github.com/xo/usql/pull/431 ## New Contributors * @exastone made their first contribution in https://github.com/xo/usql/pull/431 **Full Changelog**: https://github.com/xo/usql/compare/v0.15.6...v0.16.0
2023-10-26Update usql version to v0.15.2Kenneth Shaw
## What's Changed * feat: add schema in create command by @rubiagatra in https://github.com/xo/usql/pull/428 ## New Contributors * @rubiagatra made their first contribution in https://github.com/xo/usql/pull/428 **Full Changelog**: https://github.com/xo/usql/compare/v0.15.1...v0.15.2
2023-09-30Update usql version to v0.15.1Kenneth Shaw
**Full Changelog**: https://github.com/xo/usql/compare/v0.15.0...v0.15.1
2023-08-16Update usql version to v0.15.0Kenneth Shaw
## What's Changed * Add support for custom tls config in Vertica driver by @vilderxyz in https://github.com/xo/usql/pull/417 * Fixes issues with `azuresql://` ## New Contributors * @vilderxyz made their first contribution in https://github.com/xo/usql/pull/417 **Full Changelog**: https://github.com/xo/usql/compare/v0.14.12...v0.15.0
2023-07-19Update usql version to v0.14.12Kenneth Shaw
**Full Changelog**: https://github.com/xo/usql/compare/v0.14.11...v0.14.12
2023-07-03Update usql version to v0.14.10Kenneth Shaw
**Full Changelog**: https://github.com/xo/usql/compare/v0.14.9...v0.14.10
2023-06-05Update usql version to v0.14.8Kenneth Shaw
**Full Changelog**: https://github.com/xo/usql/compare/v0.14.7...v0.14.8
2023-05-14Update usql version to v0.14.6Kenneth Shaw
**Full Changelog**: https://github.com/xo/usql/compare/v0.14.5...v0.14.6
2023-05-01Update usql version to v0.14.5Kenneth Shaw
**Full Changelog**: https://github.com/xo/usql/compare/v0.14.4...v0.14.5
2023-04-15Update usql version to v0.14.3Kenneth Shaw
## What's Changed * Fix FlightSQL driver by @srebhan in https://github.com/xo/usql/pull/407 * Bump FlightSQL driver to support backends without Prepare statement by @srebhan in https://github.com/xo/usql/pull/408 ## New Contributors * @srebhan made their first contribution in https://github.com/xo/usql/pull/407 **Full Changelog**: https://github.com/xo/usql/compare/v0.14.2...v0.14.3
2023-04-13Update usql version to v0.14.2Kenneth Shaw
**Full Changelog**: https://github.com/xo/usql/compare/v0.14.1...v0.14.2
2023-04-06Update usql version to v0.14.1Kenneth Shaw
**Full Changelog**: https://github.com/xo/usql/compare/v0.14.0...v0.14.1
2023-04-02Update usql version to v0.14.0Kenneth Shaw
**Full Changelog**: https://github.com/xo/usql/compare/v0.13.13...v0.14.0
2023-03-16Update usql version to v0.13.12Kenneth Shaw
## What's Changed * snowflake: enable multi-line comments by @sfc-gh-pbennes in https://github.com/xo/usql/pull/400 **Full Changelog**: https://github.com/xo/usql/compare/v0.13.11...v0.13.12
2023-03-12Update usql version to v0.13.11Kenneth Shaw
FIx issue with syntax highlighting and Windows Terminal, update dependencies.
2023-03-08Update usql version to v0.13.10Kenneth Shaw
**Full Changelog**: https://github.com/xo/usql/compare/v0.13.9...v0.13.10
2023-01-31Update usql version to v0.13.8Kenneth Shaw
**Full Changelog**: https://github.com/xo/usql/compare/v0.13.7...v0.13.8
2023-01-30Update usql version to v0.13.8Kenneth Shaw
**Full Changelog**: https://github.com/xo/usql/compare/v0.13.7...v0.13.8
2023-01-30Update usql version to v0.13.7Kenneth Shaw
## What's Changed * Fetch correct fk constraints for mysql by @nineinchnick in https://github.com/xo/usql/pull/393 **Full Changelog**: https://github.com/xo/usql/compare/v0.13.6...v0.13.7
2023-01-27Update usql version to v0.13.6Kenneth Shaw
**Full Changelog**: https://github.com/xo/usql/compare/v0.13.5...v0.13.6
2023-01-04Update usql version to v0.13.5Kenneth Shaw
## What's Changed * Support ANSI escape codes (colors) in prompt by @nineinchnick in https://github.com/xo/usql/pull/388 **Full Changelog**: https://github.com/xo/usql/compare/v0.13.4...v0.13.5
2022-12-21Update usql version to v0.13.4Kenneth Shaw
**Full Changelog**: https://github.com/xo/usql/compare/v0.13.3...v0.13.4
2022-12-21Updating tagsKenneth Shaw
2022-12-19Update usql version to v0.13.3Kenneth Shaw
## What's Changed * Implement help subcommands by @nineinchnick in https://github.com/xo/usql/pull/387 **Full Changelog**: https://github.com/xo/usql/compare/v0.13.2...v0.13.3
2022-12-19Update usql version to v0.13.2Kenneth Shaw
## What's Changed * Add support for Databend by @everpcpc in https://github.com/xo/usql/pull/381 ## New Contributors * @everpcpc made their first contribution in https://github.com/xo/usql/pull/381 **Full Changelog**: https://github.com/xo/usql/compare/v0.13.1...v0.13.2
2022-11-13Update usql version to v0.13.1Kenneth Shaw
**Full Changelog**: https://github.com/xo/usql/compare/v0.13.0...v0.13.1
2022-08-26Update usql version to v0.12.13Kenneth Shaw
**Full Changelog**: https://github.com/xo/usql/compare/v0.12.12...v0.12.13
2022-08-26Update usql version to v0.12.12\n\nMinor fixes/changes to workflows to ↵Kenneth Shaw
enable automated version bumps for the Homebrew and AUR repos. **Full Changelog**: https://github.com/xo/usql/compare/v0.12.11...v0.12.12
2022-08-25Bump usql version to v0.12.11-1Kenneth Shaw
2022-08-25Bump usql version to v0.12.10-1Kenneth Shaw
2022-08-25Bump usql version to v0.12.9-1Kenneth Shaw
2022-08-25Bump usql version to v0.12.8-1Kenneth Shaw
2022-08-25Bump usql version to v0.12.7-1Kenneth Shaw
2022-08-25Bump usql version to v0.12.6-1Kenneth Shaw
2022-08-26Bump usql version to v0.12.4-1Kenneth Shaw
2022-08-08upgpkg: usql 0.12.0-1Filipe Nascimento
upstream release
2022-07-26upgpkg: usql 0.11.0-1Filipe Nascimento
upstream release
2022-03-22upgpkg: usql 0.10.0-1Filipe Nascimento
upstream release
2022-03-15upgpkg: usql 0.9.7-1Filipe Nascimento
upstream release
2021-11-25upgpkg: usql 0.9.5-1Filipe Nascimento
upstream release