mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-21 02:20:55 +00:00
* DBModeler/Inspectors/RelationshipInspector.m: Fix row index check. * DBModeler/Inspectors/GNUmakefile: Use lower case in HAS_RESOURCE_BUNDLES. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@26260 72102866-910b-0410-8b05-ffd578937521
29 lines
648 B
Text
29 lines
648 B
Text
EOControl:
|
|
validateTakeValue:forKeyPath:
|
|
test whether the method propagates
|
|
thourgh key path
|
|
determine who calls this from within
|
|
GDL2
|
|
EOAccess:
|
|
Headers/Categories:
|
|
EOGenericRecord (category)
|
|
EOSchemaSynchronization
|
|
|
|
Documentation:
|
|
API Documentation
|
|
Tutorials
|
|
|
|
Examples:
|
|
|
|
Adaptors:
|
|
|
|
o Implement databaseFailedToFetchObject mechanism.
|
|
Cf Developper's guide p 121
|
|
o Implement to-one PK to Foreign Key support
|
|
Not implemented by WO but it's really cool.
|
|
|
|
DBModeler:
|
|
when removing something, make sure there is no references to it,
|
|
if there are pop up a dialog allowing the user to cancel, or remove the
|
|
references.
|
|
|