You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Daniel Keir Haywood (Jira)" <ji...@apache.org> on 2022/08/04 12:59:00 UTC

[jira] [Closed] (ISIS-3107) For JDO, autocreate schema, allow multiple placeholders in string

     [ https://issues.apache.org/jira/browse/ISIS-3107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Keir Haywood closed ISIS-3107.
-------------------------------------
    Resolution: Fixed

> For JDO, autocreate schema, allow multiple placeholders in string
> -----------------------------------------------------------------
>
>                 Key: ISIS-3107
>                 URL: https://issues.apache.org/jira/browse/ISIS-3107
>             Project: Isis
>          Issue Type: Improvement
>          Components: Isis Persistence JDO
>    Affects Versions: 2.0.0-M7
>            Reporter: Daniel Keir Haywood
>            Assignee: Daniel Keir Haywood
>            Priority: Trivial
>             Fix For: 2.0.0-M8
>
>
> for example, on SQL Server we need to use a string such as:
> if not exists (select 1 from INFORMATION_SCHEMA.SCHEMATA WHERE SCHEMA_NAME = '%s') exec('create schema %s')
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)