sql >> Database teknologi >  >> RDS >> PostgreSQL

Flydende NHibernate og PostgreSQL, SchemaMetadataUpdater.QuoteTableAndColumns - System.NotSupportedException:Den specificerede metode understøttes ikke

Prøv dette:

public static ISessionFactory CreateSessionFactory()
{
        string connectionString = ConfigurationManager.ConnectionStrings["PostgreConnectionString"].ConnectionString;
        IPersistenceConfigurer config = PostgreSQLConfiguration.PostgreSQL82.ConnectionString(connectionString);

        FluentConfiguration configuration = Fluently
            .Configure()
            .Database(config)
            .Mappings(m =>
                m.FluentMappings.Add(typeof(ResourceMap))                                    
                                .Add(typeof(TaskMap))
                                .Add(typeof(PluginMap)));
        configuration.ExposeConfiguration(x => x.SetProperty("hbm2ddl.keywords", "auto-quote"));
        return configuration.BuildSessionFactory();
}


  1. Eksporter tabel fra database til csv-fil

  2. Hvordan kontrollerer man, om filen findes i PL/SQL?

  3. Lær, hvordan du udfører en procedure i Toad For Oracle

  4. Jeg prøver at kopiere en fil, men får fejlmeddelelse