------------------------------------------------------------------------ r2008 | romanov | 2014-06-16 17:56:27 -0400 (Mon, 16 Jun 2014) | 1 line Changed paths: M /trunk/ccdb/src/Library/Providers/SQLiteDataProvider.cc M /trunk/ccdb/src/Tests/test_NoMySqlUserAPI.cc D /trunk/ccdb/src/Tests/test_NoMysqlUserAPI.cc Bug with loading data of variation parent if there is no such variation ------------------------------------------------------------------------ r2017 | romanov | 2014-06-25 12:59:48 -0400 (Wed, 25 Jun 2014) | 7 lines Changed paths: M /trunk/ccdb/java/.idea/workspace.xml M /trunk/ccdb/java/lib/kotlin-runtime-sources.jar M /trunk/ccdb/java/lib/kotlin-runtime.jar M /trunk/ccdb/python/.idea/dictionaries/Dmitry.xml M /trunk/ccdb/python/ccdb/cmd/console_context.py M /trunk/ccdb/python/ccdb/cmd/utils/info.py M /trunk/ccdb/python/ccdb/cmd/utils/mkvar.py M /trunk/ccdb/python/ccdb/model.py M /trunk/ccdb/python/ccdb/provider.py M /trunk/ccdb/python/tests/provider_fixture.py M /trunk/ccdb/python/tests/test_console_context.py M /trunk/ccdb/sql/ccdb.mysql.sql M /trunk/ccdb/sql/ccdb_eer_diagram.mwb M /trunk/ccdb/src/Library/Providers/SQLiteDataProvider.cc M /trunk/ccdb/src/Tests/test_NoMySqlUserAPI.cc Bug with segfault when getting data in form of map<...> asking variation where no such data exist - fixed. Regression unit test for the bug Java Kotlin runtime libraries update SQL Schema update - default parent variation ID now 1 that corresponds to default Variation -p or --parent flag for mkvar to specify the parent Variation 'info' command now shows variation parent ------------------------------------------------------------------------ r2018 | romanov | 2014-06-26 02:32:29 -0400 (Thu, 26 Jun 2014) | 1 line Changed paths: M /trunk/ccdb/src/Library/Providers/MySQLDataProvider.cc MySQL Bug with segfault when getting data in form of map<...> asking variation where no such data exist - fixed. ------------------------------------------------------------------------