-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[YSQL] Feature Support - CREATE TABLE #1129
Comments
Encounter WITH clause not supported error when running pg_bench. |
@louissheng: thank you for reporting this. The WITH support got committed recently ( #870 , de50449 ) -- we should be able to publish a new build including that commit in the next couple of days. |
|
Hi @obeleh, Could you also add which version you tried? |
I've used the helm chart. But running this command gives me:
Is there a newer helm chart I can try? Perhaps in the incubator repo? |
Hi @obeleh , we don't support |
I was trying to see if Django would work with Yugagbyte. The command that failed was when I was trying to initialize the migrations. So at the moment I think it's best I use Postgres. |
Same issue with |
I have the same problem: Now March and I want to start a new project on Django. |
Hi, thanks for opening up this issue and working on these features. I was wondering if there is a separate issue for tracking |
Trying with odoo to create an empty database :
could be nice to add support of INHERITS for CREATE/ALTER TABLE |
I'm on Django 3.1.7 and I get: I'm thinking to move from Postgresql to YugabyteDB, but right now seems to be very difficult. |
Jira Link: DB-1307
The following features and options are not yet supported in CREATE TABLE command.
The text was updated successfully, but these errors were encountered: