2023-12-23 17:03:25 +00:00
|
|
|
# Changelog
|
|
|
|
|
2023-12-24 05:21:04 +00:00
|
|
|
## 12/24/23
|
|
|
|
- Created common logic for parsing ValueExpressions
|
|
|
|
|
2023-12-23 17:03:25 +00:00
|
|
|
## 12/23/23
|
|
|
|
|
|
|
|
- Added LogicExpressions for creating and evaluating expressions
|
|
|
|
- Added LogicExpressions to SELECT and DELETE commands (i.e SELECT FROM WHERE and DELETE FROM WHERE)
|
|
|
|
- Updated SELECT formatting to pad table columns
|
|
|
|
- General system stability improvements to enhance the user's experience.
|
2023-12-24 05:21:04 +00:00
|
|
|
- Moved many functions over to squirrel_core library
|