so you could put such as [Order] instead of just 'Order'
Well since the DAL handles all the exchange with database . . . How can I add squares and where?
I ended up removing this field from my models, since they can accept defaults at db level, so everyone of my inserts works now.
The problem comes from the fact that the 3d party db was designed wrongly, I might not face this problem again for years but wouldnt it be wonderful if theDAL was able to work on those columns without problem?
Just by simply wrapping column names in brackets before creating queries ? Or the backquote for mysql for example?