Xingzhe Pei
Xingzhe Pei
是不是docker里需要自己配置jdk环境呢
> This will require documentation and tests Can you give some examples of documentation and test code?
> > > This will require documentation and tests > > > > > > Can you give some examples of documentation and test code? > > https://github.com/pgjdbc/pgjdbc/blob/master/pgjdbc/src/test/java/org/postgresql/test/jdbc2/DatabaseMetaDataTest.java#L1194 > >...
@davecramer Hi, I add some test code reference to the #1708 ,but I didn't find any document about "PARTITIONED TABLE", how do I add it?
> I don't think we test for `PARTITIONED TABLE` either. Can you add that test as well? Looks like we already have the test code for `PARTITIONED TABLE` https://github.com/pgjdbc/pgjdbc/blob/4e710d559e3c737f976239adfb09a6316ee793c5/pgjdbc/src/test/java/org/postgresql/test/jdbc2/DatabaseMetaDataTest.java#L1545
@davecramer hi,do I need to do anything else?
I will and the following document at the bottom of [this document](https://github.com/pgjdbc/pgjdbc/blob/master/docs/content/documentation/use.md). What do you think? > ## Retrieve Database Metadata > > In the standard JDBC API, we can...
> Hi @peixingzhe ShardingSphere currently does not support partition tables, and `public` schema is used by default in PG. But why can I query a single table(in custom schema and...