JDBC Driver for Workday

Build 25.0.9434

EnforceWQLRowLimit

Restricts queries to returning only 1 million rows.

Data Type

bool

Default Value

true

Remarks

By default, the driver adds a LIMIT 1000000 to any WQL query it executes.

This prevents Workday from raising an error if the query would return too many values.

When this connection property is set to False, the driver does not add the LIMIT clause.

Any queries that would return more rows than the Workday row limit instead raise an error.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434