Skip to content

Commit

Permalink
all time types are serialized
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Nov 26, 2024
1 parent 2019357 commit 35b0afd
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ def mysql_connection_string
{type: 'Hash', entries: [
[{type: 'String', value: 'id'}, {type: 'NilClass', isNull: true}],
[{type: 'String', value: 'title'}, {type: 'String', value: 'Hello, world!'}],
# TODO serialize Time, Date, DateTime types
[{type: 'String', value: 'created_at'}, {type: 'Time', value: '2020-01-02T00:00:00Z'}],
[{type: 'String', value: 'updated_at'}, {type: 'Time', value: '2020-01-03T00:00:00Z'}],
]},
Expand All @@ -126,7 +125,6 @@ def mysql_connection_string
{type: 'Hash', entries: [
[{type: 'String', value: 'id'}, {type: 'Integer', value: '1'}],
[{type: 'String', value: 'title'}, {type: 'String', value: 'Hello, world!'}],
# TODO serialize Time, Date, DateTime types
[{type: 'String', value: 'created_at'}, {type: 'Time', value: '2020-01-02T00:00:00Z'}],
[{type: 'String', value: 'updated_at'}, {type: 'Time', value: '2020-01-03T00:00:00Z'}],
]},
Expand Down

0 comments on commit 35b0afd

Please sign in to comment.