mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Formatting fix
This commit is contained in:
parent
657c14fd82
commit
048ba5b306
@ -37,8 +37,8 @@ We'll explain some ways to use *SELECT* with the full power of SQL,
|
|||||||
but still maintain a connection to the ORM where possible.
|
but still maintain a connection to the ORM where possible.
|
||||||
|
|
||||||
<div class="warning" markdown="1">
|
<div class="warning" markdown="1">
|
||||||
Please read our ["security" topic](/topics/security) to find out
|
Please read our ["security" topic](/topics/security) to find out
|
||||||
how to sanitize user input before using it in SQL queries.
|
how to sanitize user input before using it in SQL queries.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
@ -140,4 +140,4 @@ An alternative approach would be a custom getter in the object definition.
|
|||||||
|
|
||||||
* [datamodel](/topics/datamodel)
|
* [datamodel](/topics/datamodel)
|
||||||
* `[api:DataObject]`
|
* `[api:DataObject]`
|
||||||
* [database-structure](database-structure)
|
* [database-structure](database-structure)
|
||||||
|
Loading…
Reference in New Issue
Block a user