Jump to content
Larry Hengen

Spring4D Persistence

Recommended Posts

I am looking for the best place to ask questions regarding Spring4D's persistence functionality known as Marshmellow.

 

I am starting a SQLLite3 project and would like to know how Spring4D maps the specified types in the Column attribute to SQLLite types.

 

I also have a lazily loaded list owned by another object, call it Parent.  When a Parent is created and saved to the database if I then try to add a Child object to the lazily loaded list, I get an error that: 'No delegate has been assigned'.  My code looks like the examples I see in the test projects.  What am I doing wrong?

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×