Skip to content

Commit e5d1e02

Browse files
SchuemieSchuemie
Schuemie
authored and
Schuemie
committed
Code formatting. Regenerating JAR and documentation.
1 parent 112b872 commit e5d1e02

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+4773
-5051
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: SqlRender
22
Type: Package
33
Title: Rendering Parameterized SQL and Translation to Dialects
44
Version: 1.9.0
5-
Date: 2022-01-12
5+
Date: 2022-02-18
66
Authors@R: c(
77
person("Martijn", "Schuemie", , "[email protected]", role = c("aut", "cre")),
88
person("Marc", "Suchard", role = c("aut"))

NAMESPACE

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Generated by roxygen2: do not edit by hand
22

33
export(camelCaseToSnakeCase)
4+
export(camelCaseToSnakeCaseNames)
45
export(camelCaseToTitleCase)
56
export(createRWrapperForSql)
67
export(getTempTablePrefix)
@@ -12,6 +13,7 @@ export(render)
1213
export(renderSql)
1314
export(renderSqlFile)
1415
export(snakeCaseToCamelCase)
16+
export(snakeCaseToCamelCaseNames)
1517
export(sparkHandleInsert)
1618
export(splitSql)
1719
export(supportsJava8)

0 commit comments

Comments
 (0)