mirror of
				https://github.com/isar/rusqlite.git
				synced 2025-10-31 05:48:56 +08:00 
			
		
		
		
	[ci skip] Fix rustdoc
"impl ToSql for NaiveDateTime" documentation is slightly inconsistent with behavior #519
This commit is contained in:
		| @@ -54,7 +54,7 @@ impl FromSql for NaiveTime { | ||||
| } | ||||
|  | ||||
| /// ISO 8601 combined date and time without timezone => | ||||
| /// "YYYY-MM-DD HH:MM:SS.SSS" | ||||
| /// "YYYY-MM-DDTHH:MM:SS.SSS" | ||||
| impl ToSql for NaiveDateTime { | ||||
|     fn to_sql(&self) -> Result<ToSqlOutput<'_>> { | ||||
|         let date_str = self.format("%Y-%m-%dT%H:%M:%S%.f").to_string(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user