You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sure, but I'm currently using Oracle 11g and below so it may take me some time to implement this. But this feature is welcomed and if you can, I would gladly accept a PR for it.
Hello!
I'm just wondering do you plan to support new oracle auto-increment feature?
create table t (
id number(10) GENERATED AS IDENTITY,
name varchar(10)
);
The text was updated successfully, but these errors were encountered: