Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sake92 committed Sep 4, 2024
1 parent b02a3fc commit af6826f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
6 changes: 1 addition & 5 deletions DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ git diff
git commit -am "msg"


$VERSION="0.1.0"
$VERSION="0.6.0"
git commit --allow-empty -am "Release $VERSION"
git tag -a $VERSION -m "Release $VERSION"
git push --atomic origin main $VERSION
Expand All @@ -30,11 +30,7 @@ git push --atomic origin main $VERSION
# TODOs

- matrix of supported features (or require an implicit.. e.g. Supports[ReturningGeneratedColumns])
- update scastie!
- write tutorials
- privatize stuff
- neo4j
- cassandra
- sql parser reorders OFFSET LIMIT ???
- generate (id, name) + corresponding insert (?, ?)
depending on autoincrement/serial stuff
4 changes: 2 additions & 2 deletions docs/src/utils/Consts.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ object Consts:

val ArtifactOrg = "ba.sake"
val ArtifactName = "squery"
val ArtifactVersion = "0.5.2"
val ArtifactVersion = "0.6.0"

val GhHandle = "sake92"
val GhProjectName = "squery"
val GhUrl = s"https://github.com/${GhHandle}/${GhProjectName}"
val GhSourcesUrl = s"${GhUrl}/tree/main"

val ScastieExampleUrl = "https://scastie.scala-lang.org/JArud6GGSLOmYyxCNsNdNw"
val ScastieExampleUrl = "https://scastie.scala-lang.org/39YRVAiHToGTPNE6RcWQ9Q"

val tq = """""""""
2 changes: 1 addition & 1 deletion examples/cli/hello.sc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//> using scala "3.3.1"
//> using dep "ba.sake::squery:0.5.2"
//> using dep "ba.sake::squery:0.6.0"
//> using dep "com.h2database:h2:2.1.214"
//> using dep "com.lihaoyi::pprint:0.9.0"

Expand Down

0 comments on commit af6826f

Please sign in to comment.