Skip to content

Commit

Permalink
materialize-mysql: datetime utc
Browse files Browse the repository at this point in the history
  • Loading branch information
mdibaiee committed Aug 30, 2023
1 parent 70beb4d commit 1e50809
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ Possible values:
- `verify_identity`: Connect using an SSL connection, verify the server's
certificate and the server's hostname. This is the most secure option. When using this mode, SSL Server
CA must be provided.

Optionally, SSL Client Certificate and Key can be provided if necessary to
authorize the client.

#### Bindings

Expand Down Expand Up @@ -129,6 +132,12 @@ You can find the host and port in the following locations in each platform's con
This connector supports both standard (merge) and [delta updates](../../../concepts/materialization.md#delta-updates).
The default is to use standard updates.

## Date & times

Date and time fields that are part of collections, which specify a `format:
date-time` for the field, are automatically converted to UTC and
persisted as UTC `DATETIME` in MySQL.

## Reserved words

MySQL has a list of reserved words that must be quoted in order to be used as an identifier.
Expand Down

0 comments on commit 1e50809

Please sign in to comment.