(str string)
| 28 | } |
| 29 | |
| 30 | func identifier(str string) string { |
| 31 | return `"` + str + `"` |
| 32 | } |
| 33 | |
| 34 | func (c *Client) sqliteTables(tables schema.Tables) (schema.Tables, error) { |
| 35 | var schemaTables schema.Tables |
no outgoing calls
no test coverage detected