JDBC - Add blockfactor
query option alias to fetchsize
#50
GitHub Actions / Test Results
succeeded
May 28, 2024 in 0s
All 41 tests pass in 16s
Annotations
Check notice on line 0 in .github
github-actions / Test Results
41 tests found
There are 41 tests, see "Raw output" for the full list of tests.
Raw output
ortus.boxlang.modules.compat.IntegrationTest ‑ Test the module loads in BoxLang
ortus.boxlang.modules.compat.bifs.cache.CacheClearTest ‑ Can clear a specific cache
ortus.boxlang.modules.compat.bifs.cache.CacheClearTest ‑ Can clear the default cache
ortus.boxlang.modules.compat.bifs.cache.CacheClearTest ‑ Can clear with a filter
ortus.boxlang.modules.compat.bifs.cache.CacheCountTest ‑ Can count a specific cache
ortus.boxlang.modules.compat.bifs.cache.CacheCountTest ‑ Can count the default cache
ortus.boxlang.modules.compat.bifs.cache.CacheDeleteTest ‑ Can delete a key in a specific cache
ortus.boxlang.modules.compat.bifs.cache.CacheDeleteTest ‑ Can delete a key in the default cache
ortus.boxlang.modules.compat.bifs.cache.CacheDeleteTest ‑ Can throw exception for a bogus key with throwOnError
ortus.boxlang.modules.compat.bifs.cache.CacheDeleteTest ‑ Will ignore exception for a bogus key without throwOnError
ortus.boxlang.modules.compat.bifs.cache.CacheGetAllIdsTest ‑ Can get all ids from the default cache
ortus.boxlang.modules.compat.bifs.cache.CacheGetAllIdsTest ‑ Can get all ids with a filter and default cache
ortus.boxlang.modules.compat.bifs.cache.CacheGetAllIdsTest ‑ Can get all with a filter and specific cache
ortus.boxlang.modules.compat.bifs.cache.CacheGetAllTest ‑ Can get all from the default cache
ortus.boxlang.modules.compat.bifs.cache.CacheGetAllTest ‑ Can get all with a filter and default cache
ortus.boxlang.modules.compat.bifs.cache.CacheGetAllTest ‑ Can get all with a filter and specific cache
ortus.boxlang.modules.compat.bifs.cache.CacheGetEnginePropertiesTest ‑ Can get the engine properties
ortus.boxlang.modules.compat.bifs.cache.CacheGetMetadataTest ‑ It will get an empty struct with an invalid key
ortus.boxlang.modules.compat.bifs.cache.CacheGetMetadataTest ‑ can call cacheGetMetadata with a valid key
ortus.boxlang.modules.compat.bifs.cache.CacheGetMetadataTest ‑ can call cacheGetMetadata with a valid key and cacheName
ortus.boxlang.modules.compat.bifs.cache.CacheGetMetadataTest ‑ can call cacheGetMetadata with an array of keys
ortus.boxlang.modules.compat.bifs.cache.CacheGetPropertiesTest ‑ Can get the default cache properties
ortus.boxlang.modules.compat.bifs.cache.CacheGetPropertiesTest ‑ Can get the specific cache properties
ortus.boxlang.modules.compat.bifs.cache.CacheGetSessionTest ‑ Can get the default cache session
ortus.boxlang.modules.compat.bifs.cache.CacheGetSessionTest ‑ Can get the specific cache session
ortus.boxlang.modules.compat.bifs.cache.CacheGetTest ‑ Can get a key from a specific default cache
ortus.boxlang.modules.compat.bifs.cache.CacheGetTest ‑ Can get a key from the default cache
ortus.boxlang.modules.compat.bifs.cache.CacheGetTest ‑ Can get a null from an invalid cache key
ortus.boxlang.modules.compat.bifs.cache.CacheIdExistsTest ‑ Can validate a key does not exist in the default cache
ortus.boxlang.modules.compat.bifs.cache.CacheIdExistsTest ‑ Can validate a key exists in a specific cache
ortus.boxlang.modules.compat.bifs.cache.CacheIdExistsTest ‑ Can validate a key exists in the default cache
ortus.boxlang.modules.compat.bifs.cache.CacheRegionExistsTest ‑ Can get the default cache session
ortus.boxlang.modules.compat.bifs.cache.CacheRegionExistsTest ‑ Can get the specific cache session
ortus.boxlang.modules.compat.bifs.cache.CacheRemoveAllTest ‑ Can remove all from a specific cache
ortus.boxlang.modules.compat.bifs.cache.CacheRemoveAllTest ‑ Can remove all from the default cache
ortus.boxlang.modules.compat.bifs.cache.CacheRemoveTest ‑ Can get a key from a specific cache
ortus.boxlang.modules.compat.bifs.cache.CacheRemoveTest ‑ Can get a key from the default cache
ortus.boxlang.modules.compat.bifs.cache.CacheRemoveTest ‑ Can remove an array of keys
ortus.boxlang.modules.compat.bifs.cache.CacheRemoveTest ‑ Can remove an invalid key by throwing an error
ortus.boxlang.modules.compat.bifs.cache.CacheRemoveTest ‑ Can remove an invalid key without throwing an error
ortus.boxlang.modules.compat.bifs.temporal.CreateDateTimeTest ‑ It can handle Lucee and ACFs non-century date weirdness
Loading