mirror of https://github.com/AMT-Cheif/drift.git
Test for string concatenation variable inference
This commit is contained in:
parent
23585ad920
commit
87d1f2941b
|
@ -36,6 +36,7 @@ Map<String, ResolveResult> _types = {
|
|||
'SELECT (3 / 4) = ?': const ResolveResult(ResolvedType(type: BasicType.int)),
|
||||
'SELECT CURRENT_TIME = ?':
|
||||
const ResolveResult(ResolvedType(type: BasicType.text)),
|
||||
"SELECT ? || 'foo'": const ResolveResult(ResolvedType(type: BasicType.text)),
|
||||
};
|
||||
|
||||
void main() {
|
||||
|
|
Loading…
Reference in New Issue