File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,12 @@ Change Log
5
5
Version 3.0.0c1 - April, 2021
6
6
-----------------------------
7
7
- Removed internal comparison of results values against b"", which
8
- raised a BytesWarning when run with `python -bb`. Fixes issue reported
8
+ raised a BytesWarning when run with `python -bb`. Fixes issue #271 reported
9
9
by Florian Bruhin, thank you!
10
10
11
+ - Fixed STUDENTS table in sql2dot.py example, fixes issue #261 reported by
12
+ legrandlegrand - much better.
13
+
11
14
12
15
Version 3.0.0b2 - December, 2020
13
16
--------------------------------
Original file line number Diff line number Diff line change 8
8
# Adapted from a post at https://energyblog.blogspot.com/2006/04/blog-post_20.html.
9
9
#
10
10
sampleSQL = """
11
- create table student
11
+ create table students
12
12
(
13
13
student_id integer primary key,
14
14
firstname varchar(20),
You can’t perform that action at this time.
0 commit comments