mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-24 09:31:48 -04:00
Vendored
+1
-1
@@ -3,7 +3,7 @@ Column Elements and Expressions
|
||||
|
||||
.. module:: sqlalchemy.sql.expression
|
||||
|
||||
The expression API consists of a series of classes that each represent a
|
||||
The expression API consists of a series of classes each of which represents a
|
||||
specific lexical element within a SQL string. Composed together
|
||||
into a larger structure, they form a statement construct that may
|
||||
be *compiled* into a string representation that can be passed to a database.
|
||||
|
||||
Vendored
+1
-1
@@ -107,7 +107,7 @@ Glossary
|
||||
made available. The SQLAlchemy :term:`mapping` process,
|
||||
among other things, adds database-enabled :term:`descriptors`
|
||||
to a mapped
|
||||
class which each represent a particular database column
|
||||
class each of which represents a particular database column
|
||||
or relationship to a related class.
|
||||
|
||||
identity map
|
||||
|
||||
Reference in New Issue
Block a user