mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
e8d6f15f28
Avoids the usage of any MySQL Native Driver specific API
18 lines
314 B
YAML
18 lines
314 B
YAML
MySQLDatabaseTest_Data:
|
|
data1:
|
|
Title: 'First Item'
|
|
Description: 'The content'
|
|
Sort: 1
|
|
data2:
|
|
Title: 'Second Item'
|
|
Description: 'More Content'
|
|
Sort: 2
|
|
data3:
|
|
Title: 'Third Item'
|
|
Description: ''
|
|
Sort: 3
|
|
data4:
|
|
Title: 'Last Item'
|
|
Description: 'Testing'
|
|
Sort: 4
|