sindicate / solidbase

SolidBase is a database change management and version control tool that uses annotated SQL
https://code.google.com/p/solidbase/
Apache License 2.0
2 stars 0 forks source link

Maybe we could introduce IMPORT plugins? #76

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
A plugin for a plugin?

Example:

IMPORT CSV USING PLUGINNAME INTO TABLE1 ( COL1, COL2 )

But why?

Original issue reported on code.google.com by rene.de....@gmail.com on 16 May 2010 at 12:31

GoogleCodeExporter commented 9 years ago
Since we use JDBC batch updates, performance is high enough. No need for 
special 
purpose import plugins. If somebody needs it, he is able to create a normal 
solidbase 
plugin.

Original comment by rene.de....@gmail.com on 7 Jun 2010 at 3:23

GoogleCodeExporter commented 9 years ago

Original comment by rene.de....@gmail.com on 10 Oct 2010 at 7:24