Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ lower
Method
lower
lib/sqlalchemy/dialects/mysql/base.py:3429–3430 ·
view source on GitHub ↗
(s: str)
Source
from the content-addressed store, hash-verified
3427
if
self._casing in (1, 2):
3428
3429
def
lower(s: str) -> str:
3430
return
s.lower()
3431
3432
else
:
3433
# if on case sensitive, there can be two tables referenced
Callers
15
visit_create_index
Method · 0.80
visit_exclude_constraint
Method · 0.80
_reflect_type
Method · 0.80
visit_function
Method · 0.80
_build_vector_index_config
Method · 0.80
OracleIdentifierPreparer
Class · 0.80
_bindparam_requires_quotes
Method · 0.80
get_multi_columns
Method · 0.80
get_multi_indexes
Method · 0.80
_reap_oracle_dbs
Function · 0.80
_reap_mssql_dbs
Function · 0.80
is_disconnect
Method · 0.80
Calls
no outgoing calls
Tested by
15
test_composed_multiple
Method · 0.64
_is_server_side
Method · 0.64
__eq__
Method · 0.64
_clean
Method · 0.64
normalize
Method · 0.64
_cc_by_name
Method · 0.64
test_reflect_expression_based_indexes
Method · 0.64
__eq__
Method · 0.64
__eq__
Method · 0.64
test_reflect_lowercase_forced_tables
Method · 0.64
test_get_table_names
Method · 0.64
test_uuid_text_round_trip
Method · 0.64