Skip to content

Commit 77b9d6f

Browse files
greg-rychlewskiGreg Rychlewski
and
Greg Rychlewski
authored
unpaired quote (#86)
Co-authored-by: Greg Rychlewski <[email protected]>
1 parent 55a5d50 commit 77b9d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ecto/adapters/sqlite3.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ defmodule Ecto.Adapters.SQLite3 do
5050
column types are the same as for [binary IDs](#module-binary-id-types).
5151
* `:datetime_type` - Defaults to `:iso8601`. Determines how datetime fields are stored in the database.
5252
The allowed values are `:iso8601` and `:text_datetime`. `:iso8601` corresponds to a string of the form
53-
`YYYY-MM-DDThh:mm:ss` and `:text_datetime` corresponds to a string of the form YYYY-MM-DD hh:mm:ss`
53+
`YYYY-MM-DDThh:mm:ss` and `:text_datetime` corresponds to a string of the form `YYYY-MM-DD hh:mm:ss`
5454
5555
For more information about the options above, see [sqlite documentation][1]
5656

0 commit comments

Comments
 (0)