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 |
|
Neil O'Toole
|
2de993acaa
|
Sort imports using goimports-reviser (#331)
|
2023-11-19 18:06:36 -07:00 |
|
Neil O'Toole
|
6ca26f4e4f
|
Column rename: template now has Alpha field. (#285)
* wip: refactor col name mungeing
* Finished refactoring FieldMeta
* Renamed tpl .AlphaIndex to .Alpha
* wip: debugging source config override
* Source config override passing tests
* CHANGELOG update
|
2023-07-08 19:34:53 -06:00 |
|
Neil O'Toole
|
3ecdde5595
|
record.Record elements are now values, not pointers (#243)
* Updated record pkg
* sqlite migrated
* postgres migrated
* All DBs migrated
* CSV working
* Tests passing
|
2023-05-27 07:57:07 -06:00 |
|
Neil O'Toole
|
2f2dfd6e47
|
#229: More diff (#233)
- Implement `sq diff --data`.
|
2023-05-22 09:08:14 -06:00 |
|
Neil O'Toole
|
12b33d5b49
|
Implemented yaml record writer (#226)
|
2023-05-10 20:03:45 -06:00 |
|