Case Citations
Data license: Public court records
2 rows where cited_by = "Pohl" and filing_id = 55
This data as json, CSV (advanced)
cited_by 1
- Pohl · 2 ✖
| citation_id ▼ | filing_id | case_name | citation | court | year | proposition | cited_by |
|---|---|---|---|---|---|---|---|
| 639 | 55 55 | Dugger v. Arredondo | 408 S.W.3d 825, 831-32 | Tex. | 2013 | The common law unlawful acts doctrine is 'no longer a viable defense,' preempted by the proportionate responsibility statute | Pohl |
| 640 | 55 55 | Carcamo-Lopez v. Does 1 through 20 | 865 F. Supp. 2d 736, 767 | W.D. Tex. | 2011 | When the illegal conduct arises in a defense and not in the plaintiff's case, the unlawful acts rule will not bar a plaintiff's claims | Pohl |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE citations (
citation_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
case_name TEXT,
citation TEXT,
court TEXT,
year INTEGER,
proposition TEXT,
cited_by TEXT
);