Great read. Frustrating that the court ruled that a schema was a file layout, since I don't think it is, but at the same time if it didn't fall under that exception, there is a strong arguments that would be considered "documentation pertaining to all logical ... design of computerized systems". A schema is literally, the logical design of the database, and the database is a part of the computerized system. Once it w…
How is a database schema not a file layout?
I Went to SQL Injection Court
31–40 of 463 posts
Re: I Went to SQL Injection Court
#32Earlier quoted context omitted.
How is a database schema not a file layout?
The article describes why. 2 different db engines (or even instances) can use different file layouts for the same schema. In many was sql is all about divorcing the schema from the files.
Re: I Went to SQL Injection Court
#33>just self-important message-board hedging I can confidently say it does not stop at message boards for many people, self included
Re: I Went to SQL Injection Court
#34Earlier quoted context omitted.
A private company wouldn't want to divulge their DB schemas because it's advantageous for competitors to see how you're doing things. That doesn't apply to government databases.
Maybe. But now I'm really curious how bad that schema must be for them to hide it so viciously.
Re: I Went to SQL Injection Court
#35While you're waiting, check out this older post: https://mchap.io/that-time-the-city-of-seattle-accidentally-...
Re: I Went to SQL Injection Court
#36It won't be the whole database schema, but it would be a start.
Re: I Went to SQL Injection Court
#37Random thought: someone should drive to Chicago, get a parking ticket, and then make a FOIA request for all of their information contained in that database. It won't be the whole database schema, but it would be a start.
This (spoiler) visualization's going into my eventual post about the lawsuit: https://observablehq.com/d/026992341cc47ff0
Re: I Went to SQL Injection Court
#38Great read. Frustrating that the court ruled that a schema was a file layout, since I don't think it is, but at the same time if it didn't fall under that exception, there is a strong arguments that would be considered "documentation pertaining to all logical ... design of computerized systems". A schema is literally, the logical design of the database, and the database is a part of the computerized system. Once it w…
How is a database schema not a file layout?
Re: I Went to SQL Injection Court
#39Kurt posted this to troll me. Just know my audience here was, mostly, non-technical people involved in politics in my local Chicagoland municipality. Permit me a PSA about local politics: engaging in national politics is bleak and dispiriting, like being a gnat bouncing off the glass plate window of a skyscraper. Local politics is, by contrast, extremely responsive. I've gotten things done --- including a law passed…
How do you figure out where to go?
Re: I Went to SQL Injection Court
#40Earlier quoted context omitted.
How is a database schema not a file layout?
The article describes why. 2 different db engines (or even instances) can use different file layouts for the same schema. In many was sql is all about divorcing the schema from the files.