aboutsummaryrefslogtreecommitdiff
path: root/template/dbi-sqlite.pl
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2011-10-27 21:23:39 +0900
committermattn <mattn.jp@gmail.com>2011-10-27 21:23:39 +0900
commit4a63f595d790d3b853322a7c588aac3767769b00 (patch)
tree80cc65fd2dfb250e5214e3bb5c04e32006b67581 /template/dbi-sqlite.pl
parenta1acbaffbd086ceb1fe4625ebb4413cc6a898cab (diff)
downloadvim-sonictemplate-4a63f595d790d3b853322a7c588aac3767769b00.tar.gz
vim-sonictemplate-4a63f595d790d3b853322a7c588aac3767769b00.tar.bz2
vim-sonictemplate-4a63f595d790d3b853322a7c588aac3767769b00.zip
rename.
Diffstat (limited to 'template/dbi-sqlite.pl')
-rw-r--r--template/dbi-sqlite.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/template/dbi-sqlite.pl b/template/dbi-sqlite.pl
deleted file mode 100644
index 6f66987..0000000
--- a/template/dbi-sqlite.pl
+++ /dev/null
@@ -1 +0,0 @@
-my $dbh = DBI->connect("dbi:SQLite:dbname={{_cursor_}}");