From: Drew Crampsie Date: Wed, 29 Jun 2005 22:14:41 +0000 (-0700) Subject: Patches sent from Vladimir Sekissov applied manually X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/commitdiff_plain/9d6c69fb50810bef64e6f3357a21b4f4397e2b1b?hp=9d6c69fb50810bef64e6f3357a21b4f4397e2b1b Patches sent from Vladimir Sekissov applied manually Patch changes summary: * Search presentation now works as expected. Search criteria and queries are dispatched to appropriate backend. Added :presentation-search (could be subclass of mewa:mewa-presentation-search) view to model. * Fixed creation of meta-model class with distinct name * Added :fill-gaps-only keyword to meta-model:sync-instance With :fill-gaps-only true instance is not saved to database, only default values and join slots are setted. Previous behaviour failed on tables with not nullable fields without defaults. * Prepend generated slot accessor name with view name if it conflicts with existing functions. * Various small fixes. Best Regards, Vladimir Sekissov darcs-hash:20050629221441-5417e-0a1370d295df6cb6c9ce2f43c0b9c676d3ce7942.gz ---