mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:03:02 +01:00
174038cbf5
* Refactoring of CAST FORMAT Move CAST FORMAT logic to separate file. Separation of logic into parsing stage and execution stage. Add more FORMAT validation based on SQL standard. * Add more unit tests for incorrect FORMAT * Remove incorrect const specifier * Fixes after review Minor code changes. Move public CVT_FORMAT functions to CvtFormat.h. Add new error message if same is used pattern twice in string to datetime conversion. * Fix indents in comments * Add new files to windows build * Remove constexpr specifier from functions that is not real constexpr Because std::isdigit and std::isalpha are not constexpr. --------- Co-authored-by: Artyom Ivanov <artyom.ivanov@red-soft.ru> |
||
---|---|---|
.. | ||
defs | ||
msvc15 | ||
.gitignore | ||
clean_all.bat | ||
compile.bat | ||
create_msgs.bat | ||
gen_helper.nmake | ||
make_all.bat | ||
make_boot.bat | ||
make_examples.bat | ||
make_icu.bat | ||
parse.bat | ||
preprocess.bat | ||
run_all.bat | ||
run_tests.bat | ||
setenvvar.bat | ||
unzip.vbs |