File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,14 +22,18 @@ let package = Package(
2222 ) ,
2323 ] ,
2424 traits: [
25- . trait(
26- name: " LazyInitializableByDefault " ,
27- description: " Optionalize draft properties that have no default. "
28- ) ,
2925 . trait(
3026 name: " CasePaths " ,
3127 description: " Introduce support for enum tables. "
3228 ) ,
29+ . trait(
30+ name: " ColumnCoding " ,
31+ description: " Align the Codable coding of tables and selections with their column names. "
32+ ) ,
33+ . trait(
34+ name: " LazyInitializableByDefault " ,
35+ description: " Optionalize draft properties that have no default. "
36+ ) ,
3337 . trait(
3438 name: " SuppressPlatformSQLiteAvailability " ,
3539 description: """
@@ -67,11 +71,8 @@ let package = Package(
6771 url: " https://github.com/pointfreeco/swift-structured-queries " ,
6872 from: " 0.36.0 " ,
6973 traits: [
70- . trait(
71- name: " LazyInitializableByDefault " ,
72- condition: . when( traits: [ " LazyInitializableByDefault " ] )
73- ) ,
7474 . trait( name: " CasePaths " , condition: . when( traits: [ " CasePaths " ] ) ) ,
75+ . trait( name: " ColumnCoding " , condition: . when( traits: [ " ColumnCoding " ] ) ) ,
7576 . trait(
7677 name: " LazyInitializableByDefault " ,
7778 condition: . when( traits: [ " LazyInitializableByDefault " ] )
You can’t perform that action at this time.
0 commit comments