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
Bug#36783534 Fix comp_sql to allow for single literal generation
- adds an optional as_single_string argument to comp_sql script
- if that argument is "true", then the generated header file
will not be an array of char pointers with nullptr at the end,
but a single constexpr const char[]
- reason for change: in some cases this script is used to load
non-SQL files and instead of currently concatenating all the
literals at run-time and save them in std::string, we would
prefer to already have a ready literal at compile time
Change-Id: Icc2c8d4623f45dcd9ea06aefa63714801bed3876
0 commit comments