@@ -277,9 +277,9 @@ we consider support for the different data types separately for batch inserts an
277277| blob | ✅ | ✅ |
278278| mediumblob | ✅ | ✅ |
279279| longblob | ✅ | ✅ |
280- | enum | ❌ | ❌ |
280+ | enum | ✅ | ✅ |
281281| set | ❌ | ❌ |
282- | json | ❌ | ❌ |
282+ | json | ✅ | ✅ |
283283| geometry | ❌ | ❌ |
284284| point | ❌ | ❌ |
285285| linestring | ❌ | ❌ |
@@ -380,14 +380,14 @@ By default, the release script will bump the patch version. Adding `[release]` t
380380
381381### Release structure
382382The new created tag will create a draft release with it, in the release there will be the wasm plugin embedded in the release. <br/>
383- # Examples
384- <details>
385- <summary>Npgsql</summary>
386-
387- ## Engine `postgresql`: [NpgsqlExample](examples/NpgsqlExample)
388- ### [Schema](examples/config/postgresql/schema.sql) | [Queries](examples/config/postgresql/query.sql) | [End2End Test](end2end/EndToEndTests/NpgsqlTester.cs)
389- ### Config
390- ```yaml
383+ # Examples
384+ <details>
385+ <summary>Npgsql</summary>
386+
387+ ## Engine `postgresql`: [NpgsqlExample](examples/NpgsqlExample)
388+ ### [Schema](examples/config/postgresql/schema.sql) | [Queries](examples/config/postgresql/query.sql) | [End2End Test](end2end/EndToEndTests/NpgsqlTester.cs)
389+ ### Config
390+ ```yaml
391391useDapper: false
392392targetFramework: net8.0
393393generateCsproj: true
@@ -405,16 +405,16 @@ overrides:
405405 csharp_type:
406406 type: "DateTime"
407407 notNull: true
408- ```
409-
408+ ```
409+
410410</details >
411- <details >
412- <summary >NpgsqlDapper</summary >
413-
414- ## Engine ` postgresql ` : [ NpgsqlDapperExample] ( examples/NpgsqlDapperExample )
415- ### [ Schema] ( examples/config/postgresql/schema.sql ) | [ Queries] ( examples/config/postgresql/query.sql ) | [ End2End Test] ( end2end/EndToEndTests/NpgsqlDapperTester.cs )
416- ### Config
417- ``` yaml
411+ <details >
412+ <summary >NpgsqlDapper</summary >
413+
414+ ## Engine ` postgresql ` : [ NpgsqlDapperExample] ( examples/NpgsqlDapperExample )
415+ ### [ Schema] ( examples/config/postgresql/schema.sql ) | [ Queries] ( examples/config/postgresql/query.sql ) | [ End2End Test] ( end2end/EndToEndTests/NpgsqlDapperTester.cs )
416+ ### Config
417+ ``` yaml
418418useDapper : true
419419targetFramework : net8.0
420420generateCsproj : true
@@ -432,16 +432,16 @@ overrides:
432432 csharp_type :
433433 type : " DateTime"
434434 notNull : true
435- ` ` `
436-
435+ ` ` `
436+
437437</details>
438- <details>
439- <summary>NpgsqlLegacy</summary>
440-
441- ## Engine ` postgresql`: [NpgsqlLegacyExample](examples/NpgsqlLegacyExample)
442- # ## [Schema](examples/config/postgresql/schema.sql) | [Queries](examples/config/postgresql/query.sql) | [End2End Test](end2end/EndToEndTestsLegacy/NpgsqlTester.cs)
443- # ## Config
444- ` ` ` yaml
438+ <details>
439+ <summary>NpgsqlLegacy</summary>
440+
441+ ## Engine ` postgresql`: [NpgsqlLegacyExample](examples/NpgsqlLegacyExample)
442+ # ## [Schema](examples/config/postgresql/schema.sql) | [Queries](examples/config/postgresql/query.sql) | [End2End Test](end2end/EndToEndTestsLegacy/NpgsqlTester.cs)
443+ # ## Config
444+ ` ` ` yaml
445445useDapper: false
446446targetFramework: netstandard2.0
447447generateCsproj: true
@@ -459,16 +459,16 @@ overrides:
459459 csharp_type:
460460 type: "DateTime"
461461 notNull: true
462- ` ` `
463-
462+ ` ` `
463+
464464</details>
465- <details>
466- <summary>NpgsqlDapperLegacy</summary>
467-
468- # # Engine `postgresql`: [NpgsqlDapperLegacyExample](examples/NpgsqlDapperLegacyExample)
469- # ## [Schema](examples/config/postgresql/schema.sql) | [Queries](examples/config/postgresql/query.sql) | [End2End Test](end2end/EndToEndTestsLegacy/NpgsqlDapperTester.cs)
470- # ## Config
471- ` ` ` yaml
465+ <details>
466+ <summary>NpgsqlDapperLegacy</summary>
467+
468+ # # Engine `postgresql`: [NpgsqlDapperLegacyExample](examples/NpgsqlDapperLegacyExample)
469+ # ## [Schema](examples/config/postgresql/schema.sql) | [Queries](examples/config/postgresql/query.sql) | [End2End Test](end2end/EndToEndTestsLegacy/NpgsqlDapperTester.cs)
470+ # ## Config
471+ ` ` ` yaml
472472useDapper: true
473473targetFramework: netstandard2.0
474474generateCsproj: true
@@ -486,16 +486,16 @@ overrides:
486486 csharp_type:
487487 type: "DateTime"
488488 notNull: true
489- ` ` `
490-
489+ ` ` `
490+
491491</details>
492- <details>
493- <summary>MySqlConnector</summary>
494-
495- # # Engine `mysql`: [MySqlConnectorExample](examples/MySqlConnectorExample)
496- # ## [Schema](examples/config/mysql/schema.sql) | [Queries](examples/config/mysql/query.sql) | [End2End Test](end2end/EndToEndTests/MySqlConnectorTester.cs)
497- # ## Config
498- ` ` ` yaml
492+ <details>
493+ <summary>MySqlConnector</summary>
494+
495+ # # Engine `mysql`: [MySqlConnectorExample](examples/MySqlConnectorExample)
496+ # ## [Schema](examples/config/mysql/schema.sql) | [Queries](examples/config/mysql/query.sql) | [End2End Test](end2end/EndToEndTests/MySqlConnectorTester.cs)
497+ # ## Config
498+ ` ` ` yaml
499499useDapper: false
500500targetFramework: net8.0
501501generateCsproj: true
@@ -517,16 +517,16 @@ overrides:
517517 csharp_type:
518518 type: "long"
519519 notNull: true
520- ` ` `
521-
520+ ` ` `
521+
522522</details>
523- <details>
524- <summary>MySqlConnectorDapper</summary>
525-
526- # # Engine `mysql`: [MySqlConnectorDapperExample](examples/MySqlConnectorDapperExample)
527- # ## [Schema](examples/config/mysql/schema.sql) | [Queries](examples/config/mysql/query.sql) | [End2End Test](end2end/EndToEndTests/MySqlConnectorDapperTester.cs)
528- # ## Config
529- ` ` ` yaml
523+ <details>
524+ <summary>MySqlConnectorDapper</summary>
525+
526+ # # Engine `mysql`: [MySqlConnectorDapperExample](examples/MySqlConnectorDapperExample)
527+ # ## [Schema](examples/config/mysql/schema.sql) | [Queries](examples/config/mysql/query.sql) | [End2End Test](end2end/EndToEndTests/MySqlConnectorDapperTester.cs)
528+ # ## Config
529+ ` ` ` yaml
530530useDapper: true
531531targetFramework: net8.0
532532generateCsproj: true
@@ -548,16 +548,16 @@ overrides:
548548 csharp_type:
549549 type: "long"
550550 notNull: true
551- ` ` `
552-
551+ ` ` `
552+
553553</details>
554- <details>
555- <summary>MySqlConnectorLegacy</summary>
556-
557- # # Engine `mysql`: [MySqlConnectorLegacyExample](examples/MySqlConnectorLegacyExample)
558- # ## [Schema](examples/config/mysql/schema.sql) | [Queries](examples/config/mysql/query.sql) | [End2End Test](end2end/EndToEndTestsLegacy/MySqlConnectorTester.cs)
559- # ## Config
560- ` ` ` yaml
554+ <details>
555+ <summary>MySqlConnectorLegacy</summary>
556+
557+ # # Engine `mysql`: [MySqlConnectorLegacyExample](examples/MySqlConnectorLegacyExample)
558+ # ## [Schema](examples/config/mysql/schema.sql) | [Queries](examples/config/mysql/query.sql) | [End2End Test](end2end/EndToEndTestsLegacy/MySqlConnectorTester.cs)
559+ # ## Config
560+ ` ` ` yaml
561561useDapper: false
562562targetFramework: netstandard2.0
563563generateCsproj: true
@@ -579,16 +579,16 @@ overrides:
579579 csharp_type:
580580 type: "long"
581581 notNull: true
582- ` ` `
583-
582+ ` ` `
583+
584584</details>
585- <details>
586- <summary>MySqlConnectorDapperLegacy</summary>
587-
588- # # Engine `mysql`: [MySqlConnectorDapperLegacyExample](examples/MySqlConnectorDapperLegacyExample)
589- # ## [Schema](examples/config/mysql/schema.sql) | [Queries](examples/config/mysql/query.sql) | [End2End Test](end2end/EndToEndTestsLegacy/MySqlConnectorDapperTester.cs)
590- # ## Config
591- ` ` ` yaml
585+ <details>
586+ <summary>MySqlConnectorDapperLegacy</summary>
587+
588+ # # Engine `mysql`: [MySqlConnectorDapperLegacyExample](examples/MySqlConnectorDapperLegacyExample)
589+ # ## [Schema](examples/config/mysql/schema.sql) | [Queries](examples/config/mysql/query.sql) | [End2End Test](end2end/EndToEndTestsLegacy/MySqlConnectorDapperTester.cs)
590+ # ## Config
591+ ` ` ` yaml
592592useDapper: true
593593targetFramework: netstandard2.0
594594generateCsproj: true
@@ -610,16 +610,16 @@ overrides:
610610 csharp_type:
611611 type: "long"
612612 notNull: true
613- ` ` `
614-
613+ ` ` `
614+
615615</details>
616- <details>
617- <summary>Sqlite</summary>
618-
619- # # Engine `sqlite`: [SqliteExample](examples/SqliteExample)
620- # ## [Schema](examples/config/sqlite/schema.sql) | [Queries](examples/config/sqlite/query.sql) | [End2End Test](end2end/EndToEndTests/SqliteTester.cs)
621- # ## Config
622- ` ` ` yaml
616+ <details>
617+ <summary>Sqlite</summary>
618+
619+ # # Engine `sqlite`: [SqliteExample](examples/SqliteExample)
620+ # ## [Schema](examples/config/sqlite/schema.sql) | [Queries](examples/config/sqlite/query.sql) | [End2End Test](end2end/EndToEndTests/SqliteTester.cs)
621+ # ## Config
622+ ` ` ` yaml
623623useDapper: false
624624targetFramework: net8.0
625625generateCsproj: true
@@ -637,16 +637,16 @@ overrides:
637637 csharp_type:
638638 type: "decimal"
639639 notNull: true
640- ` ` `
641-
640+ ` ` `
641+
642642</details>
643- <details>
644- <summary>SqliteDapper</summary>
645-
646- # # Engine `sqlite`: [SqliteDapperExample](examples/SqliteDapperExample)
647- # ## [Schema](examples/config/sqlite/schema.sql) | [Queries](examples/config/sqlite/query.sql) | [End2End Test](end2end/EndToEndTests/SqliteDapperTester.cs)
648- # ## Config
649- ` ` ` yaml
643+ <details>
644+ <summary>SqliteDapper</summary>
645+
646+ # # Engine `sqlite`: [SqliteDapperExample](examples/SqliteDapperExample)
647+ # ## [Schema](examples/config/sqlite/schema.sql) | [Queries](examples/config/sqlite/query.sql) | [End2End Test](end2end/EndToEndTests/SqliteDapperTester.cs)
648+ # ## Config
649+ ` ` ` yaml
650650useDapper: true
651651targetFramework: net8.0
652652generateCsproj: true
@@ -664,16 +664,16 @@ overrides:
664664 csharp_type:
665665 type: "decimal"
666666 notNull: true
667- ` ` `
668-
667+ ` ` `
668+
669669</details>
670- <details>
671- <summary>SqliteLegacy</summary>
672-
673- # # Engine `sqlite`: [SqliteLegacyExample](examples/SqliteLegacyExample)
674- # ## [Schema](examples/config/sqlite/schema.sql) | [Queries](examples/config/sqlite/query.sql) | [End2End Test](end2end/EndToEndTestsLegacy/SqliteTester.cs)
675- # ## Config
676- ` ` ` yaml
670+ <details>
671+ <summary>SqliteLegacy</summary>
672+
673+ # # Engine `sqlite`: [SqliteLegacyExample](examples/SqliteLegacyExample)
674+ # ## [Schema](examples/config/sqlite/schema.sql) | [Queries](examples/config/sqlite/query.sql) | [End2End Test](end2end/EndToEndTestsLegacy/SqliteTester.cs)
675+ # ## Config
676+ ` ` ` yaml
677677useDapper: false
678678targetFramework: netstandard2.0
679679generateCsproj: true
@@ -691,16 +691,16 @@ overrides:
691691 csharp_type:
692692 type: "decimal"
693693 notNull: true
694- ` ` `
695-
694+ ` ` `
695+
696696</details>
697- <details>
698- <summary>SqliteDapperLegacy</summary>
699-
700- # # Engine `sqlite`: [SqliteDapperLegacyExample](examples/SqliteDapperLegacyExample)
701- # ## [Schema](examples/config/sqlite/schema.sql) | [Queries](examples/config/sqlite/query.sql) | [End2End Test](end2end/EndToEndTestsLegacy/SqliteDapperTester.cs)
702- # ## Config
703- ` ` ` yaml
697+ <details>
698+ <summary>SqliteDapperLegacy</summary>
699+
700+ # # Engine `sqlite`: [SqliteDapperLegacyExample](examples/SqliteDapperLegacyExample)
701+ # ## [Schema](examples/config/sqlite/schema.sql) | [Queries](examples/config/sqlite/query.sql) | [End2End Test](end2end/EndToEndTestsLegacy/SqliteDapperTester.cs)
702+ # ## Config
703+ ` ` ` yaml
704704useDapper: true
705705targetFramework: netstandard2.0
706706generateCsproj: true
@@ -718,6 +718,6 @@ overrides:
718718 csharp_type:
719719 type: "decimal"
720720 notNull: true
721- ` ` `
722-
721+ ` ` `
722+
723723</details>
0 commit comments