Skip to content

Commit

Permalink
Code formatting. Regenerating JAR and documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Schuemie authored and Schuemie committed Feb 18, 2022
1 parent 112b872 commit e5d1e02
Show file tree
Hide file tree
Showing 72 changed files with 4,773 additions and 5,051 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: SqlRender
Type: Package
Title: Rendering Parameterized SQL and Translation to Dialects
Version: 1.9.0
Date: 2022-01-12
Date: 2022-02-18
Authors@R: c(
person("Martijn", "Schuemie", , "[email protected]", role = c("aut", "cre")),
person("Marc", "Suchard", role = c("aut"))
Expand Down
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Generated by roxygen2: do not edit by hand

export(camelCaseToSnakeCase)
export(camelCaseToSnakeCaseNames)
export(camelCaseToTitleCase)
export(createRWrapperForSql)
export(getTempTablePrefix)
Expand All @@ -12,6 +13,7 @@ export(render)
export(renderSql)
export(renderSqlFile)
export(snakeCaseToCamelCase)
export(snakeCaseToCamelCaseNames)
export(sparkHandleInsert)
export(splitSql)
export(supportsJava8)
Expand Down
Loading

0 comments on commit e5d1e02

Please sign in to comment.