mirror of
https://github.com/Wisser/Jailer.git
synced 2026-05-24 11:39:31 -05:00
Fix for "#23 Bugs when exporting timestamps and JSON ", https://sourceforge.net/p/jailer/bugs/23/
git-svn-id: https://svn.code.sf.net/p/jailer/code/trunk@1526 3dd849cd-670e-4645-a7cd-dd197c8d0e81
This commit is contained in:
@@ -198,7 +198,7 @@ public class CellContentConverter {
|
||||
private static final int TYPE_POBJECT = 10500;
|
||||
private static Set<String> POSTGRES_EXTENSIONS = new HashSet<String>();
|
||||
static {
|
||||
POSTGRES_EXTENSIONS.addAll(Arrays.asList("hstore", "json"));
|
||||
POSTGRES_EXTENSIONS.addAll(Arrays.asList("hstore", "ghstore", "json", "jsonb", "_hstore", "_json", "_jsonb", "_ghstore"));
|
||||
}
|
||||
|
||||
public static class PObjectWrapper {
|
||||
|
||||
Reference in New Issue
Block a user