Using the EDN-based JDBC migrations – which I'm trying to create on-the-fly from a non-SQL specification – I'd like to do the following:
{:id "something"
:up [["INSERT INTO table (column) VALUES (?)" "value"]
...]
...}
ragtime.jdbc/execute-sql! currently can't handle this. This could be added in a completely backwards-compatible manner and I'd be happy to supply a patch if desired.
Using the EDN-based JDBC migrations – which I'm trying to create on-the-fly from a non-SQL specification – I'd like to do the following:
{:id "something" :up [["INSERT INTO table (column) VALUES (?)" "value"] ...] ...}ragtime.jdbc/execute-sql!currently can't handle this. This could be added in a completely backwards-compatible manner and I'd be happy to supply a patch if desired.