Skip to content

Main functionality implemented

Pre-release
Pre-release
Compare
Choose a tag to compare
@g105b g105b released this 22 Sep 20:22
· 17 commits to master since this release
8779480

The SqlBuilder repository gets a major step closer to being production-ready with this pre-release.

Implemented now are the InsertQuery, SelectQuery, UpdateQuery, DeleteQuery and ReplaceQuery classes, with all the functions ready for representing tables, conditions, limits, orders, etc.

Still to come before v1 is a refactoring to improve the query classes inheritance (some functionality is shared between different query types), compatibility testing with other database engines, and improvements to the return types of functions.