Skip to content

Commit

Permalink
next steps
Browse files Browse the repository at this point in the history
  • Loading branch information
kuqmua committed Jan 3, 2025
1 parent d76c45f commit 934d599
Show file tree
Hide file tree
Showing 2 changed files with 447 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ commit: 926cf2c0bac1dfbd1fd466068b2c9fc5a271bc3b
},
"sqlx_postgres_types_pg_time_tz_as_postgresql_time_tz_not_null": {
"time": [
1,
1,
1,
1
4,
4,
4,
4
],
"offset": {
"hours": 1,
"minutes": 1,
"seconds": 1
"hours": 4,
"minutes": 4,
"seconds": 4
}
}
}
Expand Down Expand Up @@ -150,6 +150,24 @@ commit: 72a7f5c066a08a77fb91e75abee9f6e79e00e2b8
# }
# },
# {
# "GreaterThan": {
# "logical_operator": "Or",
# "value": {
# "time": [
# 0,
# 0,
# 0,
# 0
# ],
# "offset": {
# "hours": 0,
# "minutes": 0,
# "seconds": 0
# }
# }
# }
# },
# {
# "IsNull": {
# "logical_operator": "Or"
# }
Expand All @@ -159,33 +177,51 @@ commit: 72a7f5c066a08a77fb91e75abee9f6e79e00e2b8
"sqlx_postgres_types_pg_time_tz_as_postgresql_time_tz_not_null": {
"logical_operator": "Or",
"value": [
# {
# "Equal": {
# "logical_operator": "Or",
# "value": {
# "time": [
# 0,
# 0,
# 0,
# 0
# ],
# "offset": {
# "hours": 0,
# "minutes": 0,
# "seconds": 0
# }
# }
# }
# },
{
"Equal": {
"logical_operator": "Or",
"GreaterThan": {
"logical_operator": "OrNot",
"value": {
"time": [
0,
0,
0,
0
3,
3,
3,
3
],
"offset": {
"hours": 0,
"minutes": 0,
"seconds": 0
"hours": 3,
"minutes": 3,
"seconds": 3
}
}
}
}
]
},
"select": [
{
"std_primitive_i64_as_postgresql_big_serial_not_null": null
},
{
"sqlx_postgres_types_pg_time_tz_as_postgresql_time_tz": null
},
# {
# "std_primitive_i64_as_postgresql_big_serial_not_null": null
# },
# {
# "sqlx_postgres_types_pg_time_tz_as_postgresql_time_tz": null
# },
{
"sqlx_postgres_types_pg_time_tz_as_postgresql_time_tz_not_null": null
}
Expand Down
Loading

0 comments on commit 934d599

Please sign in to comment.