Skip to content

Commit

Permalink
Merge pull request #548 from casperisfine/faster-quote
Browse files Browse the repository at this point in the history
SQLite3::Database#quote: avoid allocating useless strings
  • Loading branch information
tenderlove committed Jul 29, 2024
2 parents f164525 + ccf32a4 commit dcaabc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/sqlite3/database.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require "sqlite3/constants"
require "sqlite3/errors"
require "sqlite3/pragmas"
Expand Down

0 comments on commit dcaabc1

Please sign in to comment.