ambujraj / AmbSQL

AmbSQL is a DBMS that is most EASY to operate on.
MIT License
24 stars 35 forks source link

Add Support of Unique contraint #6

Open ambujraj opened 5 years ago

ambujraj commented 5 years ago

while creating table writing "u" after column name should create an attribute with Unique constraint

sanchibansal340 commented 4 years ago

Would SQL be used for this issue? If so, then can you assign me this issue?

Ratna04priya commented 4 years ago

I would like to work on that.

sanchibansal340 commented 4 years ago

Actually I commented: Would SQL be used for this issue? If so, then can you assign me this issue? So would SQL be used for in this issue? Thanks

On Wed, Mar 4, 2020, 17:41 Ratna Priya notifications@github.com wrote:

I would like to work on that.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ambujraj/AmbSQL/issues/6?email_source=notifications&email_token=AMFZURFDNSGCLL6BSLWKJMDRFZAOTA5CNFSM4GJ5ACXKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENXR4MY#issuecomment-594484787, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMFZURDV6ZCWBXF3UU2BHNDRFZAOTANCNFSM4GJ5ACXA .

ambujraj commented 4 years ago

@sanchibansal340 yes we have to use SQL properties in the code.

chhavi18387 commented 3 years ago

Hey, I'm participating in GSSOC'21. I wanted to know that for this issue, do we need to make updates in the existing "createtable" method in ambsql.py file or do we need to create a new method. Also, by "writing u after column name" do you mean something like "column_nameU" or " coulmn_name u"? Please let me know.

ambujraj commented 3 years ago

create a new method