Skip to content

Commit

Permalink
Fix deprecation warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Feb 17, 2020
1 parent c2dee01 commit 1b9a1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zope/sqlalchemy/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Now to define the mapper classes.
Create an engine and setup the tables. Note that for this example to work a
recent version of sqlite/pysqlite is required. 3.4.0 seems to be sufficient.

>>> engine = create_engine(TEST_DSN, convert_unicode=True)
>>> engine = create_engine(TEST_DSN)
>>> Base.metadata.create_all(engine)

Now to create the session itself. As zope is a threaded web server we must use
Expand Down

0 comments on commit 1b9a1a2

Please sign in to comment.