Releases
v0.7.0
asdine
released this
25 Aug 21:50
SQL
Add REINDEX
statement #72
Add ALTER TABLE ... RENAME TO ...
statement #95
Add new __genji_tables
table #152
Allow referencing current document in expression #147
Core
Removed fixed size integers #130
Renamed float64
type to double
#130
Integers are now converted to double prior to comparison and indexing #146
Encode documents using MessagePack #117
Move badgerengine
into its own module #140
Replaced memoryengine
with custom implementation #139
Store table information in memory #142
Add support for time.Time
in document.StructScan
CLI
Add .help
command #160
Add .indexes
command #100
Add table suggestions after FROM keyword #159
Ignore input with whitespace only #106
Bug fixes
Prevent primary key overlap with concurrent inserts #74
Fix behavior of ValueBuffer#Copy #111
Fix UPDATE ... SET
clause setting the wrong array indexes #91
Fix display of field names with backquotes #64
Arithmetic operators return null for incompatible types #105
Fix parentheses behavior #131
Fix CAST
behavior #138
Remove transaction promotion #150
You can’t perform that action at this time.