zer0sub
|
599a8c537a
|
Add support for INSERT statements.
|
2019-04-30 11:31:00 +02:00 |
|
zer0sub
|
d84deb8745
|
Add support for database json types.
|
2019-04-30 11:31:00 +02:00 |
|
zer0sub
|
37b0a6445b
|
Add support for database uuid types.
|
2019-04-30 11:31:00 +02:00 |
|
zer0sub
|
2c7a9f5058
|
Add support for database enum types.
|
2019-04-30 11:31:00 +02:00 |
|
zer0sub
|
273bf1ed4c
|
Add TimeExpression and TimeColumn types.
|
2019-04-30 11:31:00 +02:00 |
|
zer0sub
|
b2f84d048c
|
Add StringColumn type and expression
Add Projection type
Alias refactoring
More numeric operations
|
2019-04-30 11:31:00 +02:00 |
|
zer0sub
|
5a7563d4af
|
Support for subqueries, Group By and Having clause.
|
2019-04-30 11:31:00 +02:00 |
|
sub0Zero
|
31736ec13e
|
Add support for column alias.
|
2019-04-30 11:31:00 +02:00 |
|
sub0Zero
|
83a8b2b70f
|
Scan group key improve.
|
2019-04-30 11:31:00 +02:00 |
|
sub0Zero
|
1cb997fc54
|
Add self join support.
|
2019-04-30 11:31:00 +02:00 |
|
sub0Zero
|
20c6f39665
|
Tests for FULL and CROSS JOIN.
|
2019-04-30 11:30:59 +02:00 |
|
sub0Zero
|
a49c682672
|
Extend BoolExpression with logical operators.
|
2019-04-30 11:30:59 +02:00 |
|
sub0Zero
|
8049b2ec01
|
Order by column simplified.
|
2019-04-30 11:30:59 +02:00 |
|
sub0Zero
|
ba3cd37734
|
Extend Table join interface.
|
2019-04-30 11:30:59 +02:00 |
|
sub0Zero
|
8e57dcc32f
|
Simplify all table column selection.
|
2019-04-30 11:30:59 +02:00 |
|
sub0Zero
|
bb18e4d0f7
|
Add support for slice model scan.
|
2019-04-30 11:30:59 +02:00 |
|
sub0Zero
|
3f4b5c69d3
|
Added nested structure scan.
|
2019-04-30 11:30:59 +02:00 |
|
sub0Zero
|
7d7dda3b7a
|
Save schema name to table_info struct.
|
2019-04-30 11:30:59 +02:00 |
|
sub0Zero
|
75f8e0dfec
|
Select statement execution and mapping to struct or slice added.
|
2019-04-30 11:30:59 +02:00 |
|
sub0Zero
|
319c9f757d
|
Data model generator for postgres database.
|
2019-04-30 11:30:59 +02:00 |
|
sub0Zero
|
92edc96c9a
|
Sql builder generator for postgres database.
|
2019-04-30 11:30:59 +02:00 |
|