Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ lower
Method
lower
lib/sqlalchemy/dialects/mysql/base.py:3378–3379 ·
view source on GitHub ↗
(s: str)
Source
from the content-addressed store, hash-verified
3376
if
self._casing in (1, 2):
3377
3378
def
lower(s: str) -> str:
3379
return
s.lower()
3380
3381
else
:
3382
# 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
_multi_name_map
Method · 0.80
_reap_mssql_dbs
Function · 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
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
test_literal_text
Method · 0.64