Menu

lunaOrm - your free Orm for .net project / ChangeLog: Recent posts

Luna 4.18.3.31 ChangeLog

NEW FUNCTION

  1. NEW TransactionBox engine. Now LunaEngine support MultiLayer transaction. Automatically detect inner transaction, and you could choose in declaration if want that a TransactionBox go alone or work with other if present.

BUG FIXES

  1. No bug fixed in this version
Posted by Diego Lunadei 2018-03-08

Luna 4.18.2.31 ChangeLog

NEW FUNCTION

  1. No new function in this version

BUG FIXES

  1. Bug fix in generation of field with changed data type
Posted by Diego Lunadei 2018-02-20

Luna 4.18.2.29 ChangeLog

NEW FUNCTION

  1. New color
  2. New IconSet

BUG FIXES

  1. Bug fix in generated db class
  2. Code indentation fix
  3. DbParameter fix with missed parameter name
Posted by Diego Lunadei 2018-02-15

Luna 4.18.2.25 ChangeLog

NEW FUNCTION

  1. No new function in this version

BUG FIXES

  1. Little bug fixes with DbParameter and WhatIsChanged class
Posted by Diego Lunadei 2018-02-13

Luna 4.18.2.19 ChangeLog

NEW FUNCTION

  1. LunaORM Engine support now VARBINARY(MAX) field type
  2. LunaORM have option to choice if you want to use DBParameter Name in Dao Class or only ordinal position (for compatibility with older Database Engine)
  3. LunaORM Application save now every choice you made on mainform for next time

BUG FIXES

  1. Fixed alert for newer version inside LunaORM Application after sourceforce site change
  2. Little fix and performance improve on LunaEngine
Posted by Diego Lunadei 2018-02-12

Luna 4.17.12.51 ChangeLog

NEW FUNCTION

  • No new function in this version
    BUG FIXES
  • Fixed indentation bug. Now all generate code have right indentation
  • Minor bug fixes and order change in generated code
Posted by Diego Lunadei 2017-12-29

Luna 4.17.12.42 ChangeLog

NEW FUNCTION

  • Now all search function use LFM(LunaFieldsMap): Find, FindAll in OrderBy option
  • All fields and tables name are checked with VbCodeProvider to prevent and fix use of reserved words
  • New order in table list. Now all table not used are showed first then other, next alphabetical order
  • New iconpack

BUG FIXES

  • Minor bug fixes and order change in generated code
Posted by Diego Lunadei 2017-12-20

Luna 4.17.12.34 ChangeLog

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;

Posted by Diego Lunadei 2017-12-15

Luna 4.17.12.3 ChangeLog

NEW FUNCTION
No new function in this version;
BUG FIXES
Fixed a bug with DB Script generation and Sql Server data source type.

Posted by Diego Lunadei 2017-12-11

Luna 4.17.11.8 ChangeLog

NEW FUNCTION

  • Added direct tab to official site into the app;
  • Added tab icons;
    BUG FIXES
    No bug fixed in this version;
Posted by Diego Lunadei 2017-12-04

Luna 4.17.11.7 ChangeLog

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.

Posted by Diego Lunadei 2017-11-28

Luna 4.17.11.4 ChangeLog

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:

  • datetime field are now corretly converted and checked;
  • if you change property of field with autoincrement LunaOrm take this change and update DAOClass when you reopen .lds project;
  • In same case LunaORM can't see new table in database when you reopen .lds project, now fixed;
Posted by Diego Lunadei 2017-11-21

Luna 4.17.9.11 Changelog

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

Posted by Diego Lunadei 2017-09-29 Labels: changelog lunaorm
MongoDB Logo MongoDB