From fbc760d41b645196335ca049e85d2dfaec3093e8 Mon Sep 17 00:00:00 2001 From: wangxiaoying Date: Fri, 18 Oct 2024 18:08:41 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20sfu-db/c?= =?UTF-8?q?onnector-x@a2b9956ab79bdc44f618ea7d73fab288de250905=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _sources/databases/mssql.md | 14 +- databases/mssql.html | 32 +- rust-docs/connectorx/all.html | 2 +- .../fn.set_global_num_thread.html | 2 +- .../connectorx/arrow_batch_iter/index.html | 2 +- .../struct.ArrowBatchIter.html | 1744 ++++++++--------- .../trait.RecordBatchIterator.html | 8 +- .../constant.CONNECTORX_PROTOCOL.html | 2 +- .../constants/constant.CX_REWRITER_PATH.html | 2 +- .../constants/constant.DB_BUFFER_SIZE.html | 2 +- .../constant.DUCKDB_JDBC_DRIVER.html | 2 +- .../constants/constant.J4RS_BASE_PATH.html | 2 +- .../constants/constant.MYSQL_JDBC_DRIVER.html | 2 +- .../constants/constant.ORACLE_ARRAY_SIZE.html | 2 +- .../constant.POSTGRES_JDBC_DRIVER.html | 2 +- .../constants/constant.RECORD_BATCH_SIZE.html | 2 +- rust-docs/connectorx/constants/index.html | 2 +- .../connectorx/data_order/enum.DataOrder.html | 172 +- .../connectorx/data_order/fn.coordinate.html | 4 +- rust-docs/connectorx/data_order/index.html | 4 +- .../arrow/enum.ArrowDestinationError.html | 158 +- .../connectorx/destinations/arrow/index.html | 4 +- .../arrow/struct.ArrowDestination.html | 166 +- .../arrow/struct.ArrowPartitionWriter.html | 156 +- .../destinations/arrow/type.Result.html | 2 +- .../typesystem/enum.ArrowTypeSystem.html | 231 ++- .../destinations/arrow/typesystem/index.html | 2 +- .../struct.DateTimeWrapperMicro.html | 159 +- .../struct.NaiveDateTimeWrapperMicro.html | 159 +- .../struct.NaiveTimeWrapperMicro.html | 159 +- .../arrow2/enum.Arrow2DestinationError.html | 158 +- .../connectorx/destinations/arrow2/index.html | 4 +- .../arrow2/struct.Arrow2Destination.html | 166 +- .../arrow2/struct.ArrowPartitionWriter.html | 156 +- .../destinations/arrow2/type.Result.html | 2 +- .../typesystem/enum.Arrow2TypeSystem.html | 247 ++- .../destinations/arrow2/typesystem/index.html | 2 +- .../struct.DateTimeWrapperMicro.html | 159 +- .../struct.NaiveDateTimeWrapperMicro.html | 159 +- .../struct.NaiveTimeWrapperMicro.html | 159 +- .../enum.ArrowDestinationError.html | 158 +- .../destinations/arrowstream/index.html | 4 +- .../arrowstream/struct.ArrowDestination.html | 164 +- .../struct.ArrowPartitionWriter.html | 156 +- .../destinations/arrowstream/type.Result.html | 2 +- .../typesystem/enum.ArrowTypeSystem.html | 225 ++- .../arrowstream/typesystem/index.html | 2 +- rust-docs/connectorx/destinations/index.html | 4 +- .../destinations/trait.Consume.html | 14 +- .../destinations/trait.Destination.html | 34 +- .../trait.DestinationPartition.html | 22 +- .../errors/enum.ConnectorXError.html | 174 +- .../errors/enum.ConnectorXOutError.html | 166 +- .../errors/enum.ProduceContext.html | 158 +- rust-docs/connectorx/errors/index.html | 2 +- .../connectorx/errors/type.OutResult.html | 2 +- rust-docs/connectorx/errors/type.Result.html | 2 +- .../connectorx/fed_dispatcher/fn.run.html | 12 +- .../connectorx/fed_dispatcher/index.html | 2 +- .../fed_rewriter/fn.rewrite_sql.html | 12 +- rust-docs/connectorx/fed_rewriter/index.html | 2 +- .../struct.FederatedDataSourceInfo.html | 176 +- .../connectorx/fed_rewriter/struct.Plan.html | 162 +- .../connectorx/get_arrow/fn.get_arrow.html | 8 +- .../get_arrow/fn.new_record_batch_iter.html | 10 +- rust-docs/connectorx/get_arrow/index.html | 2 +- .../connectorx/get_arrow2/fn.get_arrow2.html | 8 +- rust-docs/connectorx/get_arrow2/index.html | 2 +- rust-docs/connectorx/index.html | 8 +- .../connectorx/macro.impl_transport.html | 2 +- .../connectorx/macro.impl_typesystem.html | 2 +- .../partition/fn.get_col_range.html | 8 +- .../partition/fn.get_part_query.html | 12 +- .../connectorx/partition/fn.partition.html | 4 +- rust-docs/connectorx/partition/index.html | 2 +- .../partition/struct.PartitionQuery.html | 164 +- .../connectorx/prelude/enum.CXQuery.html | 244 +-- rust-docs/connectorx/prelude/index.html | 2 +- .../connectorx/prelude/struct.Dispatcher.html | 190 +- .../source_router/enum.SourceType.html | 160 +- .../source_router/fn.parse_source.html | 8 +- rust-docs/connectorx/source_router/index.html | 2 +- .../source_router/struct.SourceConn.html | 162 +- .../bigquery/enum.BigQuerySourceError.html | 166 +- .../bigquery/enum.BigQueryTypeSystem.html | 189 +- .../connectorx/sources/bigquery/index.html | 4 +- .../bigquery/struct.BigQueryDialect.html | 170 +- .../bigquery/struct.BigQuerySource.html | 154 +- .../bigquery/struct.BigQuerySourceParser.html | 154 +- .../struct.BigQuerySourcePartition.html | 162 +- .../sources/csv/enum.CSVSourceError.html | 162 +- .../sources/csv/enum.CSVTypeSystem.html | 209 +- rust-docs/connectorx/sources/csv/index.html | 4 +- .../sources/csv/struct.CSVSource.html | 154 +- .../csv/struct.CSVSourcePartition.html | 156 +- .../csv/struct.CSVSourcePartitionParser.html | 156 +- .../sources/dummy/enum.DummyTypeSystem.html | 209 +- rust-docs/connectorx/sources/dummy/index.html | 4 +- .../sources/dummy/struct.DummySource.html | 154 +- .../dummy/struct.DummySourcePartition.html | 154 +- .../struct.DummySourcePartitionParser.html | 156 +- rust-docs/connectorx/sources/index.html | 4 +- .../sources/mssql/enum.MsSQLSourceError.html | 162 +- .../sources/mssql/enum.MsSQLTypeSystem.html | 219 ++- .../sources/mssql/fn.mssql_config.html | 2 +- rust-docs/connectorx/sources/mssql/index.html | 4 +- .../sources/mssql/struct.FloatN.html | 152 +- .../connectorx/sources/mssql/struct.IntN.html | 152 +- .../sources/mssql/struct.MsSQLSource.html | 162 +- .../mssql/struct.MsSQLSourceParser.html | 154 +- .../mssql/struct.MsSQLSourcePartition.html | 158 +- .../sources/mysql/enum.BinaryProtocol.html | 152 +- .../sources/mysql/enum.MySQLSourceError.html | 158 +- .../sources/mysql/enum.MySQLTypeSystem.html | 215 +- .../sources/mysql/enum.TextProtocol.html | 152 +- rust-docs/connectorx/sources/mysql/index.html | 4 +- .../mysql/struct.MySQLBinarySourceParser.html | 156 +- .../sources/mysql/struct.MySQLSource.html | 160 +- .../mysql/struct.MySQLSourcePartition.html | 164 +- .../mysql/struct.MySQLTextSourceParser.html | 156 +- .../oracle/enum.OracleSourceError.html | 162 +- .../sources/oracle/enum.OracleTypeSystem.html | 193 +- .../sources/oracle/fn.connect_oracle.html | 2 +- .../connectorx/sources/oracle/index.html | 2 +- .../sources/oracle/struct.OracleDialect.html | 168 +- .../sources/oracle/struct.OracleSource.html | 154 +- .../oracle/struct.OracleSourcePartition.html | 156 +- .../oracle/struct.OracleTextSourceParser.html | 158 +- .../sources/postgres/enum.BinaryProtocol.html | 154 +- .../sources/postgres/enum.CSVProtocol.html | 154 +- .../sources/postgres/enum.CursorProtocol.html | 154 +- .../postgres/enum.PostgresSourceError.html | 162 +- .../postgres/enum.PostgresTypeSystem.html | 223 ++- .../sources/postgres/enum.SimpleProtocol.html | 154 +- .../sources/postgres/fn.rewrite_tls_args.html | 4 +- .../connectorx/sources/postgres/index.html | 4 +- ...t.PostgresBinarySourcePartitionParser.html | 158 +- .../struct.PostgresCSVSourceParser.html | 160 +- .../struct.PostgresRawSourceParser.html | 158 +- .../struct.PostgresSimpleSourceParser.html | 160 +- .../postgres/struct.PostgresSource.html | 188 +- .../struct.PostgresSourcePartition.html | 212 +- .../postgres/struct.PostgresTypePairs.html | 152 +- .../sqlite/enum.SQLiteSourceError.html | 162 +- .../sources/sqlite/enum.SQLiteTypeSystem.html | 184 +- .../connectorx/sources/sqlite/index.html | 4 +- .../sources/sqlite/struct.SQLiteSource.html | 154 +- .../sqlite/struct.SQLiteSourcePartition.html | 156 +- .../struct.SQLiteSourcePartitionParser.html | 158 +- .../sources/trait.PartitionParser.html | 14 +- .../connectorx/sources/trait.Produce.html | 8 +- .../connectorx/sources/trait.Source.html | 50 +- .../sources/trait.SourcePartition.html | 52 +- .../trino/errors/enum.TrinoSourceError.html | 162 +- .../sources/trino/errors/index.html | 2 +- rust-docs/connectorx/sources/trino/index.html | 2 +- .../sources/trino/struct.TrinoDialect.html | 168 +- .../struct.TrinoPartitionQueryResult.html | 160 +- .../sources/trino/struct.TrinoSource.html | 154 +- .../trino/struct.TrinoSourcePartition.html | 162 +- .../struct.TrinoSourcePartitionParser.html | 160 +- ...truct.__TrinoPartitionQueryResultSeed.html | 210 +- .../typesystem/enum.TrinoTypeSystem.html | 188 +- .../sources/trino/typesystem/index.html | 2 +- .../enum.BigQueryArrow2TransportError.html | 158 +- ...num.BigQueryArrowStreamTransportError.html | 158 +- .../enum.BigQueryArrowTransportError.html | 158 +- .../enum.MsSQLArrow2TransportError.html | 158 +- .../enum.MsSQLArrowStreamTransportError.html | 158 +- .../enum.MsSQLArrowTransportError.html | 158 +- .../enum.MySQLArrow2TransportError.html | 158 +- .../enum.MySQLArrowStreamTransportError.html | 158 +- .../enum.MySQLArrowTransportError.html | 158 +- .../enum.OracleArrow2TransportError.html | 158 +- .../enum.OracleArrowStreamTransportError.html | 158 +- .../enum.OracleArrowTransportError.html | 158 +- .../enum.PostgresArrow2TransportError.html | 158 +- ...num.PostgresArrowStreamTransportError.html | 158 +- .../enum.PostgresArrowTransportError.html | 158 +- .../enum.SQLiteArrow2TransportError.html | 158 +- .../enum.SQLiteArrowStreamTransportError.html | 158 +- .../enum.SQLiteArrowTransportError.html | 158 +- .../enum.TrinoArrow2TransportError.html | 158 +- .../enum.TrinoArrowStreamTransportError.html | 158 +- .../enum.TrinoArrowTransportError.html | 158 +- rust-docs/connectorx/transports/index.html | 4 +- .../struct.BigQueryArrow2Transport.html | 160 +- .../struct.BigQueryArrowStreamTransport.html | 160 +- .../struct.BigQueryArrowTransport.html | 160 +- .../transports/struct.CSVArrowTransport.html | 160 +- .../struct.DummyArrow2Transport.html | 160 +- .../struct.DummyArrowTransport.html | 160 +- .../struct.MsSQLArrow2Transport.html | 160 +- .../struct.MsSQLArrowStreamTransport.html | 160 +- .../struct.MsSQLArrowTransport.html | 160 +- .../struct.MySQLArrow2Transport.html | 176 +- .../struct.MySQLArrowStreamTransport.html | 176 +- .../struct.MySQLArrowTransport.html | 176 +- .../struct.OracleArrow2Transport.html | 158 +- .../struct.OracleArrowStreamTransport.html | 158 +- .../struct.OracleArrowTransport.html | 158 +- .../struct.PostgresArrow2Transport.html | 270 +-- .../struct.PostgresArrowStreamTransport.html | 264 +-- .../struct.PostgresArrowTransport.html | 264 +-- .../struct.SQLiteArrow2Transport.html | 160 +- .../struct.SQLiteArrowStreamTransport.html | 160 +- .../struct.SQLiteArrowTransport.html | 160 +- .../struct.TrinoArrow2Transport.html | 160 +- .../struct.TrinoArrowStreamTransport.html | 160 +- .../struct.TrinoArrowTransport.html | 160 +- rust-docs/connectorx/typesystem/index.html | 4 +- .../typesystem/trait.Transport.html | 16 +- .../typesystem/trait.TypeConversion.html | 4 +- rust-docs/crates.js | 3 +- rust-docs/help.html | 2 +- rust-docs/search-index.js | 5 +- rust-docs/settings.html | 2 +- rust-docs/src-files.js | 5 +- .../src/connectorx/arrow_batch_iter.rs.html | 2 +- rust-docs/src/connectorx/constants.rs.html | 2 +- rust-docs/src/connectorx/data_order.rs.html | 2 +- .../destinations/arrow/arrow_assoc.rs.html | 2 +- .../destinations/arrow/errors.rs.html | 2 +- .../destinations/arrow/funcs.rs.html | 2 +- .../connectorx/destinations/arrow/mod.rs.html | 2 +- .../destinations/arrow/typesystem.rs.html | 2 +- .../destinations/arrow2/arrow_assoc.rs.html | 2 +- .../destinations/arrow2/errors.rs.html | 2 +- .../destinations/arrow2/funcs.rs.html | 2 +- .../destinations/arrow2/mod.rs.html | 2 +- .../destinations/arrow2/typesystem.rs.html | 2 +- .../arrowstream/arrow_assoc.rs.html | 2 +- .../destinations/arrowstream/errors.rs.html | 2 +- .../destinations/arrowstream/funcs.rs.html | 2 +- .../destinations/arrowstream/mod.rs.html | 2 +- .../arrowstream/typesystem.rs.html | 2 +- .../src/connectorx/destinations/mod.rs.html | 2 +- rust-docs/src/connectorx/dispatcher.rs.html | 2 +- rust-docs/src/connectorx/errors.rs.html | 2 +- .../src/connectorx/fed_dispatcher.rs.html | 2 +- rust-docs/src/connectorx/fed_rewriter.rs.html | 2 +- rust-docs/src/connectorx/get_arrow.rs.html | 2 +- rust-docs/src/connectorx/get_arrow2.rs.html | 2 +- rust-docs/src/connectorx/lib.rs.html | 2 +- rust-docs/src/connectorx/macros.rs.html | 2 +- rust-docs/src/connectorx/partition.rs.html | 2 +- .../src/connectorx/source_router.rs.html | 2 +- .../sources/bigquery/errors.rs.html | 2 +- .../connectorx/sources/bigquery/mod.rs.html | 2 +- .../sources/bigquery/typesystem.rs.html | 2 +- .../src/connectorx/sources/csv/errors.rs.html | 2 +- .../src/connectorx/sources/csv/mod.rs.html | 2 +- .../connectorx/sources/csv/typesystem.rs.html | 2 +- .../src/connectorx/sources/dummy/mod.rs.html | 2 +- .../sources/dummy/typesystem.rs.html | 2 +- rust-docs/src/connectorx/sources/mod.rs.html | 2 +- .../connectorx/sources/mssql/errors.rs.html | 2 +- .../src/connectorx/sources/mssql/mod.rs.html | 66 +- .../sources/mssql/typesystem.rs.html | 2 +- .../connectorx/sources/mysql/errors.rs.html | 2 +- .../src/connectorx/sources/mysql/mod.rs.html | 2 +- .../sources/mysql/typesystem.rs.html | 2 +- .../connectorx/sources/oracle/errors.rs.html | 2 +- .../src/connectorx/sources/oracle/mod.rs.html | 2 +- .../sources/oracle/typesystem.rs.html | 2 +- .../sources/postgres/connection.rs.html | 2 +- .../sources/postgres/errors.rs.html | 2 +- .../connectorx/sources/postgres/mod.rs.html | 2 +- .../sources/postgres/typesystem.rs.html | 2 +- .../connectorx/sources/sqlite/errors.rs.html | 2 +- .../src/connectorx/sources/sqlite/mod.rs.html | 2 +- .../sources/sqlite/typesystem.rs.html | 2 +- .../connectorx/sources/trino/errors.rs.html | 2 +- .../src/connectorx/sources/trino/mod.rs.html | 2 +- .../sources/trino/typesystem.rs.html | 2 +- rust-docs/src/connectorx/sql.rs.html | 2 +- .../transports/bigquery_arrow.rs.html | 2 +- .../transports/bigquery_arrow2.rs.html | 2 +- .../transports/bigquery_arrowstream.rs.html | 2 +- .../connectorx/transports/csv_arrow.rs.html | 2 +- .../connectorx/transports/dummy_arrow.rs.html | 2 +- .../transports/dummy_arrow2.rs.html | 2 +- .../transports/dummy_arrowstream.rs.html | 2 +- .../src/connectorx/transports/mod.rs.html | 2 +- .../connectorx/transports/mssql_arrow.rs.html | 2 +- .../transports/mssql_arrow2.rs.html | 2 +- .../transports/mssql_arrowstream.rs.html | 2 +- .../connectorx/transports/mysql_arrow.rs.html | 2 +- .../transports/mysql_arrow2.rs.html | 2 +- .../transports/mysql_arrowstream.rs.html | 2 +- .../transports/oracle_arrow.rs.html | 2 +- .../transports/oracle_arrow2.rs.html | 2 +- .../transports/oracle_arrowstream.rs.html | 2 +- .../transports/postgres_arrow.rs.html | 2 +- .../transports/postgres_arrow2.rs.html | 2 +- .../transports/postgres_arrowstream.rs.html | 2 +- .../transports/sqlite_arrow.rs.html | 2 +- .../transports/sqlite_arrow2.rs.html | 2 +- .../transports/sqlite_arrowstream.rs.html | 2 +- .../connectorx/transports/trino_arrow.rs.html | 2 +- .../transports/trino_arrow2.rs.html | 2 +- .../transports/trino_arrowstream.rs.html | 2 +- rust-docs/src/connectorx/typesystem.rs.html | 2 +- rust-docs/src/connectorx/utils.rs.html | 2 +- .../static.files/main-921df33f47b8780c.js | 11 + .../static.files/main-d2fab2bf619172d3.js | 11 - .../noscript-3b12f09e550e0385.css | 1 + .../noscript-df360f571f6edeae.css | 1 - .../static.files/rustdoc-492a78a4a87dcc01.css | 47 + .../static.files/rustdoc-c5d6553a23f1e5a6.css | 46 - .../static.files/search-a99f1315e7cc5121.js | 5 + .../static.files/search-d234aafac6c221dd.js | 5 - .../trait.RecordBatchIterator.js | 12 +- .../connectorx/destinations/trait.Consume.js | 12 +- .../destinations/trait.Destination.js | 12 +- .../trait.DestinationPartition.js | 12 +- .../sources/trait.PartitionParser.js | 12 +- .../connectorx/sources/trait.Produce.js | 12 +- .../connectorx/sources/trait.Source.js | 12 +- .../sources/trait.SourcePartition.js | 12 +- .../connectorx/typesystem/trait.Transport.js | 12 +- .../typesystem/trait.TypeConversion.js | 12 +- .../trait.impl/core/clone/trait.Clone.js | 12 +- rust-docs/trait.impl/core/cmp/trait.Eq.js | 12 +- rust-docs/trait.impl/core/cmp/trait.Ord.js | 12 +- .../trait.impl/core/cmp/trait.PartialEq.js | 12 +- .../trait.impl/core/cmp/trait.PartialOrd.js | 12 +- .../trait.impl/core/convert/trait.AsRef.js | 12 +- .../trait.impl/core/convert/trait.From.js | 12 +- .../trait.impl/core/convert/trait.TryFrom.js | 12 +- .../trait.impl/core/default/trait.Default.js | 12 +- .../trait.impl/core/error/trait.Error.js | 12 +- rust-docs/trait.impl/core/fmt/trait.Debug.js | 12 +- .../trait.impl/core/fmt/trait.Display.js | 12 +- rust-docs/trait.impl/core/hash/trait.Hash.js | 12 +- .../iter/traits/iterator/trait.Iterator.js | 12 +- .../trait.impl/core/marker/trait.Copy.js | 12 +- .../trait.impl/core/marker/trait.Freeze.js | 12 +- .../trait.impl/core/marker/trait.Send.js | 12 +- .../core/marker/trait.StructuralPartialEq.js | 12 +- .../trait.impl/core/marker/trait.Sync.js | 12 +- .../trait.impl/core/marker/trait.Unpin.js | 12 +- .../panic/unwind_safe/trait.RefUnwindSafe.js | 12 +- .../panic/unwind_safe/trait.UnwindSafe.js | 12 +- .../trait.impl/prusto/types/trait.Presto.js | 12 +- .../serde/de/trait.DeserializeSeed.js | 12 +- .../trait.impl/serde/de/trait.Visitor.js | 12 +- .../sqlparser/dialect/trait.Dialect.js | 12 +- .../tiberius/from_sql/trait.FromSql.js | 12 +- .../type.impl/core/result/enum.Result.js | 12 +- searchindex.js | 2 +- 351 files changed, 13114 insertions(+), 12844 deletions(-) create mode 100644 rust-docs/static.files/main-921df33f47b8780c.js delete mode 100644 rust-docs/static.files/main-d2fab2bf619172d3.js create mode 100644 rust-docs/static.files/noscript-3b12f09e550e0385.css delete mode 100644 rust-docs/static.files/noscript-df360f571f6edeae.css create mode 100644 rust-docs/static.files/rustdoc-492a78a4a87dcc01.css delete mode 100644 rust-docs/static.files/rustdoc-c5d6553a23f1e5a6.css create mode 100644 rust-docs/static.files/search-a99f1315e7cc5121.js delete mode 100644 rust-docs/static.files/search-d234aafac6c221dd.js diff --git a/_sources/databases/mssql.md b/_sources/databases/mssql.md index f637f4ec81..fb197b247e 100644 --- a/_sources/databases/mssql.md +++ b/_sources/databases/mssql.md @@ -6,10 +6,6 @@ SQLServer does not need to specify protocol. ### MsSQL Connection ```{hint} -By adding `trusted_connection=true` to connection uri parameter, windows authentication will be enabled. Example: `mssql://host:port/db?trusted_connection=true` -By adding `encrypt=true` to connection uri parameter, SQLServer will use SSL encryption. Example: `mssql://host:port/db?encrypt=true&trusted_connection=true` -``` -```{hint} if the user password has special characters, they need to be sanitized. example: `from urllib import parse; password = parse.quote_plus(password)` ``` @@ -20,6 +16,16 @@ query = 'SELECT * FROM table' # query string cx.read_sql(conn, query) # read data from MsSQL ``` +### Connection Parameters +* By adding `trusted_connection=true` to connection uri parameter, windows authentication will be enabled. + * Example: `mssql://host:port/db?trusted_connection=true` +* By adding `encrypt=true` to connection uri parameter, SQLServer will use SSL encryption. + * Example: `mssql://host:port/db?encrypt=true&trusted_connection=true` +* By adding `trust_server_certificate=true` to connection uri parameter, the SQLServer certificate will not be validated and it is accepted as-is. + * Example: `mssql://host:port/db?trust_server_certificate=true&encrypt=true` +* By adding `trust_server_certificate_ca=/path/to/ca-cert.crt` to connection uri parameter, the SQLServer certificate will be validated against the given CA certificate in addition to the system-truststore. + * Example: `mssql://host:port/db?encrypt=true&trust_server_certificate_ca=/path/to/ca-cert.crt` + ### SQLServer-Pandas Type Mapping | SQLServer Type | Pandas Type | Comment | |:---------------:|:---------------------------:|:----------------------------------:| diff --git a/databases/mssql.html b/databases/mssql.html index 9001857a88..8bbe76a3d1 100644 --- a/databases/mssql.html +++ b/databases/mssql.html @@ -388,6 +388,7 @@

Contents