Skip to content
Snippets Groups Projects
Commit bd479ad4 authored by Piotr Ożarowski's avatar Piotr Ożarowski
Browse files

add 0004-escape-text-column-name-fixes-for-SA-v1.3.22.patch

parent 3a494850
No related branches found
No related tags found
No related merge requests found
From: =?utf-8?q?Piotr_O=C5=BCarowski?= <piotr@debian.org>
Date: Mon, 11 Jan 2021 15:04:35 +0100
Subject: escape text column name - fixes for SA v1.3.22
---
tests/test_agatesql.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/test_agatesql.py b/tests/test_agatesql.py
index 9fcb3ba..e9fd52b 100644
--- a/tests/test_agatesql.py
+++ b/tests/test_agatesql.py
@@ -141,7 +141,7 @@ class TestSQL(agate.AgateTestCase):
self.assertEqual(statement.replace('\t', ' '), '''CREATE TABLE test_schema.test_table (
number DECIMAL(38, 3),
- text VARCHAR(1) NOT NULL,
+ `text` VARCHAR(1) NOT NULL,
boolean BOOL,
date DATE,
datetime TIMESTAMP NULL,
......@@ -3,9 +3,11 @@ Date: Wed, 15 Mar 2017 12:43:39 +0000
Subject: No privacy breach
---
README.rst | 20 --------------------
1 file changed, 20 deletions(-)
README.rst | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/README.rst b/README.rst
index d36587a..e03d369 100644
--- a/README.rst
+++ b/README.rst
@@ -1,19 +1,3 @@
......
......@@ -6,9 +6,11 @@ Subject: Use packaged docs
docs/conf.py | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/docs/conf.py b/docs/conf.py
index 67a300c..8c6051b 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -29,8 +29,14 @@
@@ -29,8 +29,14 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx']
autodoc_member_order = 'bysource'
intersphinx_mapping = {
......
From: Debian Python Team <team+python@tracker.debian.org>
Date: Mon, 11 Jan 2021 15:02:59 +0100
Subject: no-crate
---
tests/test_agatesql.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/test_agatesql.py b/tests/test_agatesql.py
index adf7311..9fcb3ba 100644
--- a/tests/test_agatesql.py
+++ b/tests/test_agatesql.py
@@ -149,7 +149,7 @@
@@ -149,7 +149,7 @@ class TestSQL(agate.AgateTestCase):
);''') # noqa
def test_to_sql_create_statement_with_dialects(self):
......
Use-packaged-docs.patch
No-privacy-breach.patch
no-crate.patch
0004-escape-text-column-name-fixes-for-SA-v1.3.22.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment