Replies: 5 comments 10 replies
-
I'm not sure if there is a consistent approach to represent # ODBC
WHERE ReleaseDate < {d'2020-1-1'}
WHERE ReleaseDate < {dt'2020-01-01T00:00:00.000Z'}
# string literal
WHERE ReleaseDate < '2020-1-1'
WHERE ReleaseDate < '2020-01-01T00:00:00.000Z'
[yet more to discover] Do you have any suggestion on this? For now I'd prefer this one: |
Beta Was this translation helpful? Give feedback.
-
Is there concept of "Required field" in Cargo? If not, I assume all the fields are optional (i.e. can be null). |
Beta Was this translation helpful? Give feedback.
-
Some questions on Cargo lists (e.g. Q1: Are string-based operations supported for Cargo lists? I've tried one ( More generally, what operations are supported for Cargo lists, asides from Q2: Should whitespaces around list delimiter in effect get ignored? |
Beta Was this translation helpful? Give feedback.
-
What is the timezone of the Datetime data type? UTC, server local, or unspecified? |
Beta Was this translation helpful? Give feedback.
-
It seems that But there is actually a record containing both of them On the other hand, disjunction ( |
Beta Was this translation helpful? Give feedback.
-
Forked from #78
Let's use this thread for discussing the general nature of MediaWiki Cargo extension.
Beta Was this translation helpful? Give feedback.
All reactions