Skip to content

Commit

Permalink
Remove LazyData
Browse files Browse the repository at this point in the history
  • Loading branch information
jimhester committed Apr 1, 2021
1 parent d19370c commit 09ef0a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: odbc
Title: Connect to ODBC Compatible Databases (using the DBI
Interface)
Version: 1.3.1.9000
Version: 1.3.2
Authors@R:
c(person(given = "Jim",
family = "Hester",
Expand Down Expand Up @@ -45,7 +45,6 @@ LinkingTo:
Rcpp
ByteCompile: true
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
SystemRequirements: C++11, GNU make, An ODBC3 driver manager and
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# odbc (development version)
# odbc 1.3.2

* New `odbcDataType.Snowflake()` method for Snowflake databases. (@edgararuiz, #451)

Expand Down

0 comments on commit 09ef0a2

Please sign in to comment.