Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

example column_defs_lowlevel bug #731

Open
wylsgame opened this issue Aug 2, 2023 · 0 comments
Open

example column_defs_lowlevel bug #731

wylsgame opened this issue Aug 2, 2023 · 0 comments

Comments

@wylsgame
Copy link

wylsgame commented Aug 2, 2023

when column type is decimal(30,8) like:
SQL = """CREATE TABLE foo (
id decimal(30,8) primary key,
title varchar(200) not null,
description text);"""
result is :
NAME: id DEFINITION: decimal 30
NAME: 8 DEFINITION: primary key
NAME: title DEFINITION: varchar 200 not null
NAME: description DEFINITION: text
so how to fix this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant