You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.
old wrappers are encouraging the use of raw SQL instead of using binding, which is error prone and can lead to failed queries or SQL injections.
Legacy in that case means:
src/ripple_app/data/SqliteDatabase.cpp ( SqliteDatabase and SqliteStatement)
it seems that beast:sqdb does what we want, we should standardize on it.
The text was updated successfully, but these errors were encountered: