D:\tmp\geogit_test>geogit sl describe --database d:\transfer\test.sqlite --table ParcelInfo_1WARNING CompositePrimaryKeyFinder - Failure occurred while looking up the primary key with finder: org.geotools.jdbc.HeuristicPrimaryKeyFinder@4499d7WARNING JDBCDataStore - No primary key or unique index found for ParcelInfo_1.Fetching table...Unable to read the feature source.
CREATE TABLE [] (OBJECTID INTEGER PRIMARY KEY AUTOINCREMENTNOT NULL,Shape MULTIPOLYGON,PRCL_NBR TEXT( 17 ) CHECK ( ( typeof( PRCL_NBR ) = 'text'ORtypeof( PRCL_NBR ) = 'null' )ANDNOTlength( PRCL_NBR ) > 17 ),ACREAGE FLOAT64 CHECK ( typeof( ACREAGE ) = 'real'ORtypeof( ACREAGE ) = 'null' ),TAX_DIST_NAME TEXT( 35 ) CHECK ( ( typeof( TAX_DIST_NAME ) = 'text'ORtypeof( TAX_DIST_NAME ) = 'null' )ANDNOTlength( TAX_DIST_NAME ) > 35 ));