Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Check-ins with non-propagating tags:
|
2024-07-08
| ||
| 21:55 | AGPL 3.0 again. long live freedom :) check-in: 3f34dd5737 user: ruben tags: trunk, v0.1.2 | |
|
2023-04-24
| ||
| 22:41 | fix for when names are keywords names like "check" are keywords. if they are used as name for tables etc. they need to be wrapped in the appropriate quotes. usually " is used, but one never knows with DBMS systems. to prevent futher problems, quoting and joining (like table.column) of identifiers is done with database specific functions. check-in: 210768274e user: ruben tags: trunk, v0.1.0, v0.1.1 | |
|
2021-06-01
| ||
| 12:22 | fix wrong foreign constraint names in sqlite every foreign constraint but the first of each table had a wrong name generated. the name was generated as parent-table-name + constraint-id instead of table-name + constraint-id (as done for the first foreign constraint of every table). this led to duplicated names in the generated go code. Leaf check-in: 1c7fdece10 user: code@rbn.im tags: trunk, v0.0.18 | |
| 11:57 | add note about using SQLite features like fts5 check-in: f193865405 user: code@rbn.im tags: trunk, v0.0.17 | |
|
2021-04-25
| ||
| 09:37 | add clone method, update and fix docs check-in: 8a52c3c91e user: code@rbn.im tags: trunk, v0.0.16 | |
|
2021-04-15
| ||
| 11:45 | export mysql type map check-in: 8042ded366 user: code@rbn.im tags: trunk, v0.0.15 | |
|
2021-04-11
| ||
| 00:21 | fix broken INSERT code generation check-in: dc3b9b1683 user: code@rbn.im tags: trunk, v0.0.14 | |
|
2021-04-03
| ||
| 17:17 | hopefully unique foreign constraint names with sqlite check-in: 72dd96bfb6 user: code@rbn.im tags: trunk, v0.0.13 | |
| 16:40 | guard against empty/nil values in output check-in: 155e438205 user: code@rbn.im tags: trunk, v0.0.12 | |
| 16:17 | update documentation check-in: bd94ca1781 user: code@rbn.im tags: trunk, v0.0.11 | |
| 11:20 | unexport sql query consts check-in: 24d3986ac4 user: code@rbn.im tags: trunk, v0.0.10 | |
|
2021-03-27
| ||
| 16:28 | pin license to AGPLv3 check-in: 56aa2f21cc user: code@rbn.im tags: trunk, v0.0.9 | |
| 12:30 | update documentation check-in: d0f3d2aa7c user: code@rbn.im tags: trunk, v0.0.8 | |
|
2021-03-25
| ||
| 15:19 | use go:embed for templates check-in: 6b43aef6fc user: code@rbn.im tags: trunk, v0.0.7 | |
|
2021-03-19
| ||
| 12:56 | tests for views check-in: ad14f8ff10 user: code@rbn.im tags: trunk, v0.0.6 | |
|
2021-03-17
| ||
| 12:35 | update documentation check-in: 9321440614 user: code@rbn.im tags: trunk, v0.0.5 | |
| 12:31 | finer grained templates, read & gen views check-in: 0543f27571 user: code@rbn.im tags: trunk, v0.0.4 | |
|
2021-03-09
| ||
| 12:43 | documentation about generated code check-in: 151bb613e6 user: code@rbn.im tags: trunk, v0.0.3 | |
|
2021-03-06
| ||
| 18:15 | better help text for flags check-in: 502140cc92 user: code@rbn.im tags: v0.0.2, trunk | |