@@ -12,8 +12,8 @@ version: "2"
1212plugins :
1313- name : csharp
1414 wasm :
15- url : https://github.com/DaredevilOSS/sqlc-gen-csharp/releases/download/v0.21.3 /sqlc-gen-csharp.wasm
16- sha256 : a295dd8438c93c1b93d9d6d9e7706913dfade92caf19dbe86ed533214d3dc1ed
15+ url : https://github.com/DaredevilOSS/sqlc-gen-csharp/releases/download/v0.21.4 /sqlc-gen-csharp.wasm
16+ sha256 : ceb948980f5a49e2922824f068f812f9ac70287da6dcc8c8199c8b4ceeaec858
1717sql :
1818 # For PostgresSQL
1919 - schema : schema.sql
@@ -755,23 +755,24 @@ overrides:
755755- column: "GetSqliteFunctions:max_integer"
756756 csharp_type:
757757 type: "int"
758- notNull: false
759758- column: "GetSqliteFunctions:max_varchar"
760759 csharp_type:
761760 type: "string"
762- notNull: false
763761- column: "GetSqliteFunctions:max_real"
764762 csharp_type:
765763 type: "decimal"
766- notNull: true
767764- column: "*:c_text_datetime_override"
768765 csharp_type:
769766 type: "DateTime"
770- notNull: false
771767- column: "*:c_integer_datetime_override"
772768 csharp_type:
773769 type: "DateTime"
774- notNull: false
770+ - column: "*:c_text_bool_override"
771+ csharp_type:
772+ type: "bool"
773+ - column: "*:c_integer_bool_override"
774+ csharp_type:
775+ type: "bool"
775776` ` `
776777
777778</details>
@@ -790,23 +791,24 @@ overrides:
790791- column: "GetSqliteFunctions:max_integer"
791792 csharp_type:
792793 type: "int"
793- notNull: false
794794- column: "GetSqliteFunctions:max_varchar"
795795 csharp_type:
796796 type: "string"
797- notNull: false
798797- column: "GetSqliteFunctions:max_real"
799798 csharp_type:
800799 type: "decimal"
801- notNull: true
802800- column: "*:c_text_datetime_override"
803801 csharp_type:
804802 type: "DateTime"
805- notNull: false
806803- column: "*:c_integer_datetime_override"
807804 csharp_type:
808805 type: "DateTime"
809- notNull: false
806+ - column: "*:c_text_bool_override"
807+ csharp_type:
808+ type: "bool"
809+ - column: "*:c_integer_bool_override"
810+ csharp_type:
811+ type: "bool"
810812` ` `
811813
812814</details>
@@ -825,23 +827,24 @@ overrides:
825827- column: "GetSqliteFunctions:max_integer"
826828 csharp_type:
827829 type: "int"
828- notNull: false
829830- column: "GetSqliteFunctions:max_varchar"
830831 csharp_type:
831832 type: "string"
832- notNull: false
833833- column: "GetSqliteFunctions:max_real"
834834 csharp_type:
835835 type: "decimal"
836- notNull: true
837836- column: "*:c_text_datetime_override"
838837 csharp_type:
839838 type: "DateTime"
840- notNull: false
841839- column: "*:c_integer_datetime_override"
842840 csharp_type:
843841 type: "DateTime"
844- notNull: false
842+ - column: "*:c_text_bool_override"
843+ csharp_type:
844+ type: "bool"
845+ - column: "*:c_integer_bool_override"
846+ csharp_type:
847+ type: "bool"
845848` ` `
846849
847850</details>
@@ -860,23 +863,24 @@ overrides:
860863- column: "GetSqliteFunctions:max_integer"
861864 csharp_type:
862865 type: "int"
863- notNull: false
864866- column: "GetSqliteFunctions:max_varchar"
865867 csharp_type:
866868 type: "string"
867- notNull: false
868869- column: "GetSqliteFunctions:max_real"
869870 csharp_type:
870871 type: "decimal"
871- notNull: true
872872- column: "*:c_text_datetime_override"
873873 csharp_type:
874874 type: "DateTime"
875- notNull: false
876875- column: "*:c_integer_datetime_override"
877876 csharp_type:
878877 type: "DateTime"
879- notNull: false
878+ - column: "*:c_text_bool_override"
879+ csharp_type:
880+ type: "bool"
881+ - column: "*:c_integer_bool_override"
882+ csharp_type:
883+ type: "bool"
880884` ` `
881885
882886</details>
0 commit comments