Adrien Marquès
|
ee72e2d285
|
move .build/types to .build/type + update checker accordingly
|
2018-07-07 18:05:57 +02:00 |
Adrien Marquès
|
812831a665
|
new checker.CreateRegistry(bool) policy, if TRUE loads all plugins inside ./types/*.so, else plugins (types) must be loaded with registry.Add(pluginName) where pluginName can have or not the extension '.so' and are located directly inside the local ./types directory
|
2018-05-24 15:47:56 +02:00 |
Adrien Marquès
|
5ae2554fba
|
added 'default' types (int, string, varchar(min,max)) and it works ! \o/
|
2018-05-22 20:27:51 +02:00 |
Adrien Marquès
|
3c9e154162
|
created 'type checker' using 'plugins'
|
2018-05-22 19:56:55 +02:00 |