dlang-community / d2sqlite3

A small wrapper around SQLite for the D programming language
Boost Software License 1.0
75 stars 26 forks source link

Possible to get a result range back using inject() ? #52

Open Robert-M-Muench opened 5 years ago

Robert-M-Muench commented 5 years ago

Is there a way to use inject() while getting a result range back?

biozic commented 5 years ago

No, you would have to call bindAll and execute explicitly.