Commit 0e75115
Rename version to dolt_version (and return the doltlite version)
Keep every Dolt version-control helper dolt_-prefixed. The old #version was
both unprefixed and wrong: it returned the SQLite libversion. dolt_version now
returns SELECT dolt_version(). Generic connection methods (open/execute/query/
close) stay unprefixed as ordinary SQLite operations.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 62d6725 commit 0e75115
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
0 commit comments