diff --git a/library/persistence/implementation/store/database/database_iteration_cursor.e b/library/persistence/implementation/store/database/database_iteration_cursor.e index 947191d..5d7ad25 100644 --- a/library/persistence/implementation/store/database/database_iteration_cursor.e +++ b/library/persistence/implementation/store/database/database_iteration_cursor.e @@ -80,7 +80,7 @@ feature -- Cursor feature -- Action - action: FUNCTION [detachable TUPLE, G] + action: FUNCTION [DB_TUPLE, G] -- Agent to create a new item of type G. feature {NONE} -- Implementation diff --git a/library/persistence/store_mysql/store_mysql-safe.ecf b/library/persistence/store_mysql/store_mysql-safe.ecf index b397e9c..51b813a 100644 --- a/library/persistence/store_mysql/store_mysql-safe.ecf +++ b/library/persistence/store_mysql/store_mysql-safe.ecf @@ -1,8 +1,9 @@ - + + CMS Eiffel Store MySQL persistence solution - @@ -26,9 +27,9 @@ - /EIFGENs$ - /CVS$ /.svn$ + /CVS$ + /EIFGENs$ diff --git a/library/persistence/store_odbc/store_odbc-safe.ecf b/library/persistence/store_odbc/store_odbc-safe.ecf index e06a4d0..6fd8c99 100644 --- a/library/persistence/store_odbc/store_odbc-safe.ecf +++ b/library/persistence/store_odbc/store_odbc-safe.ecf @@ -1,8 +1,9 @@ - + + CMS Eiffel Store ODBC persistence solution - @@ -22,9 +23,9 @@ - /EIFGENs$ - /CVS$ /.svn$ + /CVS$ + /EIFGENs$