vieten / sequel-pro

Automatically exported from code.google.com/p/sequel-pro
Other
0 stars 0 forks source link

Following null foreign key sets some kind of global filter and all lists start display empy record set #1161

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create parent table (ie. Page [id, title])
2. Create child table (ie. Comment [id, content, page_id] and set page_id to be 
foreign key to Page
3. Add new value to Comment, but set page_id as null
4. Follow foreign key in Comments list (click on arrow in cell)

Expected output:
warning on blocked possibility to switch to pages list

Current behaviour:
some kind of filter is set, page record list is empty, returning to comment (or 
any other table) shown empty record list (in bottom status bar: 0 rows of xx 
match filter)

Sequel Pro nightly (nb 3393)
MySQL 5.5.14

Original issue reported on code.google.com by mlitwin...@gmail.com on 25 Aug 2011 at 8:43

GoogleCodeExporter commented 9 years ago

Original comment by schlabbe...@gmail.com on 26 Aug 2011 at 9:15