Toshihiro Nakamura
10/06/2024, 12:03 AMfor
directive to simplify code.
2. Improved error messages to better indicate where issues occur in SQL.
https://github.com/komapper/komapper/releases/tag/v3.1.0dave08
10/10/2024, 10:10 AMToshihiro Nakamura
10/10/2024, 11:37 AMdave08
10/10/2024, 11:39 AM\n
s for production, so it's not such a big deal, just making sure.Toshihiro Nakamura
10/10/2024, 11:51 AMThe expression evaluation failed. The template variable "street2" is not bound to a value. Make sure the variable name is correct at [street2 != null]:1:1 at [
select * from address where >>>/*%if street2 != null*/<<< street = /*street*/'test' /*%end*/
]:1:29.
It’s okay to remove them, though...