Statutes Cited
Data license: Public court records
2 rows where cited_by = "Pohl" and filing_id = 38
This data as json, CSV (advanced)
cited_by 1
- Pohl · 2 ✖
| statute_id ▼ | filing_id | statute | description | cited_by |
|---|---|---|---|---|
| 213 | 38 38 | Tex. Civ. Prac. & Rem. Code Chapter 33 | Proportionate responsibility statute — comparative responsibility scheme that abrogated the common law unlawful acts doctrine | Pohl |
| 214 | 38 38 | Tex. Civ. Prac. & Rem. Code § 33.003 | Plain language indicates the common law unlawful acts doctrine is no longer a viable defense | Pohl |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE statutes (
statute_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
statute TEXT,
description TEXT,
cited_by TEXT
);