mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Ruby: preserve comment in SQLite3
This commit is contained in:
@@ -22,6 +22,7 @@ module Sqlite3 {
|
||||
private API::Node dbInstance() {
|
||||
result = databaseConst().getInstance()
|
||||
or
|
||||
// e.g. SQLite3::Database.new("foo.db") |db| { db.some_method }
|
||||
result = databaseConst().getMethod("new").getBlock().getParameter(0)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user