Commit Graph

28 Commits

Author SHA1 Message Date
f47eaf4bac upgrade gradle wrapper to 8.5 for java 20 compatibility
Gradle 7.5.1 only supports up to Java 18. Upgraded to 8.5 to support
Java 20 and fix "Unsupported class file major version 64" build error.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-06 21:42:36 -05:00
1392e0a6d8 add CLAUDE.md for AI-assisted development
Documents build commands, architecture, and implementation details to help
Claude Code instances understand the codebase structure and data flow.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-06 21:42:05 -05:00
b0ee4c77d9 improve deployment instructions
- Use gradle wrapper (./gradlew) instead of requiring manual install
- Simplify deployment from 5 commands to 2
- Add symlink to /usr/local/bin for system-wide access
- Remove unnecessary ownership changes
- Add update instructions

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-06 21:41:51 -05:00
b3a9151eff change ownership to current owner; create envvar 2023-03-08 09:12:18 -05:00
e7b7d1bbba add an option to clear out the target table prior to moving data 2023-02-01 16:29:53 -05:00
24fad6aa04 convert type to upper case and handle TEXT data type 2023-02-01 09:04:10 -05:00
b816399cba include integrated auth lib 2023-01-24 12:04:48 -05:00
fe39c6a2ae include mssql driver 2023-01-24 11:44:05 -05:00
pt
c67c7b1360 update copy 2022-12-01 07:13:18 -05:00
05508d8b26 use blocks 2022-11-30 14:26:37 -05:00
1050930667 add instruction and copy script 2022-11-30 14:25:16 -05:00
509873e60b update version 2022-10-27 07:17:13 -04:00
2245ef1ba2 print times 2022-10-27 07:16:42 -04:00
c7884f3605 clean up replacements 2022-10-27 06:58:18 -04:00
efd922b2e0 v.036 2022-10-25 14:43:53 -04:00
3b4af2bf47 set fetch size; replace quotes only after handling null 2022-10-25 14:43:30 -04:00
0615163fad wrap dates 2022-10-25 17:49:26 +00:00
cf5abeddbe push null test into each type 2022-10-25 13:24:15 -04:00
e60a92cfdc wrap timestamps in quotes and print more status info 2022-10-24 15:17:29 +00:00
54ab5645b1 print headers for each section; evaluate null as a potential string object status 2022-10-24 13:28:26 +00:00
ccb1ca589a print column names and types 2022-10-21 09:31:14 -04:00
91405f2dfe v0.31 2022-10-20 22:05:39 -04:00
3c0f249492 set value as NULL if getString returns null an wasNull fails 2022-10-20 22:03:54 -04:00
4b52dac2e9 update version 2022-10-20 15:07:32 -04:00
7cc653d685 overwrite row count that prints instead of creating a list 2022-10-20 14:19:03 -04:00
ac59b46e1f print sql statements on failure 2022-10-20 12:12:41 -04:00
1cb878bdb2 copy code from old project 2022-10-20 11:18:05 -04:00
4ccaf7b5a8 initial 2022-10-20 11:12:19 -04:00