added timestamp code, support columns for group by and order by and tested load has-many eager code
This commit is contained in:
@@ -194,6 +194,7 @@ public:
|
||||
[[nodiscard]] bool is_varchar() const;
|
||||
[[nodiscard]] bool is_date() const;
|
||||
[[nodiscard]] bool is_time() const;
|
||||
[[nodiscard]] bool is_timestamp() const;
|
||||
[[nodiscard]] bool is_blob() const;
|
||||
[[nodiscard]] bool is_null() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user