Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 515 Bytes

DEV.md

File metadata and controls

36 lines (20 loc) · 515 Bytes
./mill clean

./mill __.reformat

./mill squery.test

./mill examples.runMain bla

# for local dev/test
./mill  squery.publishLocal

git diff
git commit -am "msg"


$VERSION="0.6.6"
git commit --allow-empty -am "Release $VERSION"
git tag -a $VERSION -m "Release $VERSION"
git push  --atomic origin main $VERSION

TODOs

  • matrix of supported features (or require an implicit.. e.g. Supports[ReturningGeneratedColumns])
  • privatize stuff
  • neo4j
  • cassandra
  • sql parser reorders OFFSET LIMIT ???