All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
-
Query fucntions were refactored into a class object to improve reusability and mkae the code more readable.
-
charbuff arugument in CreateTable set to 0 by default. This was done mainly because having a 0 default helps with debugin all individual columns and users may not want a buffer for all columns or a buffer at all.
-
Primary Key constraint was set to clustered by defualt and ClusterPK aruguement added to turn off clustering for primary key constraint.