NEW FUNCTION
BUG FIXES
NEW FUNCTION
BUG FIXES
NEW FUNCTION
BUG FIXES
NEW FUNCTION
BUG FIXES
NEW FUNCTION
BUG FIXES
NEW FUNCTION
NEW FUNCTION
BUG FIXES
NEW FUNCTION
This new version of the LunaEngine introduces a new object. The LFM is a new object automatically generated by LunaEngine, which maps all the fields in the database and modifies the base constructor of the LunaSearchParameter.
Find all the details of operation in the documentation that has been updated in chapter 10
BUG FIXES
No bug fixed in this version;
NEW FUNCTION
No new function in this version;
BUG FIXES
Fixed a bug with DB Script generation and Sql Server data source type.
NEW FUNCTION
NEW FUNCTION
From this version, LunaORM will notify you if a new release will be available online.
BUG FIXES
This version fixed a little bug with LunaParameter with field of type: Single, Double.
NEW FUNCTION
No new function in this version, just three buttons to directly open DONATION, SUPPORT and TWITTER PROFILE
BUG FIXES
This version of LunaORM fixed 3 bugs:
Nuove funzionalità
In questa versione di Luna è possibile forzare manualmente la connectionstring con una inserita a livello di codice. Per tornare a usare quella impostata nel config basterà resettarla.
~~~
LUNA.LunaContext.ConnectionString = "CustomConnectionString" 'TO SET MANUALLY CONNECTION STRING
{... some code...}
LUNA.LunaContext.ConnectionString = String.Empty 'TO RESET AT CONFIG CONNECTION
~~~... read more