Skip to content

Commit

Permalink
fix dla #15
Browse files Browse the repository at this point in the history
  • Loading branch information
pbiecek committed Aug 7, 2017
1 parent 0163534 commit 7653b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sejmRP/R/get_filtered_statements.R
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ get_filtered_statements <- function(dbname = "sejmrp", user = "reader", password
database_diet <- dbConnect(drv, dbname = dbname, user = user, password = password, host = host)

# add information about new SELECT to the counter table
dbSendQuery(database_diet, paste0("INSERT INTO counter (what, date) VALUES ('filt_statements','", Sys.Date(), "')"))
dbSendQuery(database_diet, paste0("INSERT INTO counter (what, date) VALUES ('filt_state','", Sys.Date(), "')"))

suppressWarnings(dbDisconnect(database_diet))

Expand Down

0 comments on commit 7653b4c

Please sign in to comment.