Skip to content
GitLab
Explore
Sign in
Commits · ca8f1834655fe2927f850c142b10c5c99d8533b4
2025-hw01-sqlike
Browse files
Mar 28, 2025
Add: Implementation class for Database without execute() method and start of...
· ca8f1834
Jan Němec
authored
Mar 28, 2025
ca8f1834
Mar 27, 2025
Add: in TableImpls equals() and toString() methods
· c620505f
Jan Němec
authored
Mar 27, 2025
c620505f
Add: finished TableImpl, also added info about if a column is a primary key into Column record
· d03a560a
Jan Němec
authored
Mar 27, 2025
d03a560a
Add: record for Column and TableImpl with insert() and select() functions
· 38ad6ef7
Jan Němec
authored
Mar 27, 2025
38ad6ef7
Edit: Specific data types replaced by DataTypeEnum
· 59866da4
Jan Němec
authored
Mar 27, 2025
59866da4
Add: equals() function into DataTypes, Row and Value implementations
· 69ae3a6c
Jan Němec
authored
Mar 27, 2025
69ae3a6c
Add: classes for individual types (integer, Real, Text) and DataTypeEnum
· af61b819
Jan Němec
authored
Mar 27, 2025
af61b819
Add: ColumnDataType enum
· d907fc21
Jan Němec
authored
Mar 27, 2025
d907fc21
Mar 15, 2025
chore(assignment): renamed project to sqlike
· 6614ca3b
Josef Augustín
authored
Mar 15, 2025
6614ca3b
Mar 10, 2025
feat(assignment): fix testDatabase()
· a1bef8d6
Josef Augustín
authored
Mar 10, 2025
a1bef8d6
feat(assignment): init assignment
· c7fd31c3
Josef Augustín
authored
Mar 10, 2025
c7fd31c3
Loading